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

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

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/meta_graph.proto

package org.tensorflow.framework;

public interface AssetFileDefOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.AssetFileDef)
    com.github.os72.protobuf351.MessageOrBuilder {

  /**
   * 
   * The tensor to bind the asset filename to.
   * 
* * .tensorflow.TensorInfo tensor_info = 1; */ boolean hasTensorInfo(); /** *
   * The tensor to bind the asset filename to.
   * 
* * .tensorflow.TensorInfo tensor_info = 1; */ org.tensorflow.framework.TensorInfo getTensorInfo(); /** *
   * The tensor to bind the asset filename to.
   * 
* * .tensorflow.TensorInfo tensor_info = 1; */ org.tensorflow.framework.TensorInfoOrBuilder getTensorInfoOrBuilder(); /** *
   * The filename within an assets directory. Note: does not include the path
   * prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename
   * would be "vocab.txt".
   * 
* * string filename = 2; */ java.lang.String getFilename(); /** *
   * The filename within an assets directory. Note: does not include the path
   * prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename
   * would be "vocab.txt".
   * 
* * string filename = 2; */ com.github.os72.protobuf351.ByteString getFilenameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy