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

org.tensorflow.framework.NamedTensorProtoOrBuilder 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/named_tensor.proto

package org.tensorflow.framework;

public interface NamedTensorProtoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.NamedTensorProto)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * Name of the tensor.
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Name of the tensor.
   * 
* * string name = 1; */ org.nd4j.shade.protobuf.ByteString getNameBytes(); /** *
   * The client can populate a TensorProto using a tensorflow::Tensor`, or
   * directly using the protobuf field accessors.
   * The client specifies whether the returned tensor values should be
   * filled tensor fields (float_val, int_val, etc.) or encoded in a
   * compact form in tensor.tensor_content.
   * 
* * .tensorflow.TensorProto tensor = 2; */ boolean hasTensor(); /** *
   * The client can populate a TensorProto using a tensorflow::Tensor`, or
   * directly using the protobuf field accessors.
   * The client specifies whether the returned tensor values should be
   * filled tensor fields (float_val, int_val, etc.) or encoded in a
   * compact form in tensor.tensor_content.
   * 
* * .tensorflow.TensorProto tensor = 2; */ org.tensorflow.framework.TensorProto getTensor(); /** *
   * The client can populate a TensorProto using a tensorflow::Tensor`, or
   * directly using the protobuf field accessors.
   * The client specifies whether the returned tensor values should be
   * filled tensor fields (float_val, int_val, etc.) or encoded in a
   * compact form in tensor.tensor_content.
   * 
* * .tensorflow.TensorProto tensor = 2; */ org.tensorflow.framework.TensorProtoOrBuilder getTensorOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy