Package tensorflow

Interface SavedObjectGraphOuterClass.SavedAssetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SavedObjectGraphOuterClass.SavedAsset, SavedObjectGraphOuterClass.SavedAsset.Builder
Enclosing class:
SavedObjectGraphOuterClass

public static interface SavedObjectGraphOuterClass.SavedAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Index into `MetaGraphDef.asset_file_def[]` that describes the Asset.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAssetFileDefIndex

      int getAssetFileDefIndex()
       Index into `MetaGraphDef.asset_file_def[]` that describes the Asset.
      
       Only the field `AssetFileDef.filename` is used. Other fields, such as
       `AssetFileDef.tensor_info`, MUST be ignored.
       
      int32 asset_file_def_index = 1;
      Returns:
      The assetFileDefIndex.