All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.framework.VariableDefOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: variable.proto

package org.tensorflow.framework;

public interface VariableDefOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.VariableDef)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Name of the variable tensor.
   * 
* * optional string variable_name = 1; */ java.lang.String getVariableName(); /** *
   * Name of the variable tensor.
   * 
* * optional string variable_name = 1; */ com.google.protobuf.ByteString getVariableNameBytes(); /** *
   * Name of the initializer op.
   * 
* * optional string initializer_name = 2; */ java.lang.String getInitializerName(); /** *
   * Name of the initializer op.
   * 
* * optional string initializer_name = 2; */ com.google.protobuf.ByteString getInitializerNameBytes(); /** *
   * Name of the snapshot tensor.
   * 
* * optional string snapshot_name = 3; */ java.lang.String getSnapshotName(); /** *
   * Name of the snapshot tensor.
   * 
* * optional string snapshot_name = 3; */ com.google.protobuf.ByteString getSnapshotNameBytes(); /** *
   * Support for saving variables as slices of a larger variable.
   * 
* * optional .tensorflow.SaveSliceInfoDef save_slice_info_def = 4; */ boolean hasSaveSliceInfoDef(); /** *
   * Support for saving variables as slices of a larger variable.
   * 
* * optional .tensorflow.SaveSliceInfoDef save_slice_info_def = 4; */ org.tensorflow.framework.SaveSliceInfoDef getSaveSliceInfoDef(); /** *
   * Support for saving variables as slices of a larger variable.
   * 
* * optional .tensorflow.SaveSliceInfoDef save_slice_info_def = 4; */ org.tensorflow.framework.SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy