Interface SavedObjectGraphOuterClass.SavedAssetOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAssetFileDefIndex()
      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 Detail

      • 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.