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

org.tensorflow.framework.TensorConnectionOrBuilder 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/config.proto

package org.tensorflow.framework;

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

  /**
   * 
   * A tensor name. The value of this tensor will be substituted for
   * the tensor named in `to_tensor`.
   * 
* * string from_tensor = 1; */ java.lang.String getFromTensor(); /** *
   * A tensor name. The value of this tensor will be substituted for
   * the tensor named in `to_tensor`.
   * 
* * string from_tensor = 1; */ org.nd4j.shade.protobuf.ByteString getFromTensorBytes(); /** *
   * A tensor name. The value of this tensor will be bound to the
   * value of the tensor named in `from_tensor`.
   * 
* * string to_tensor = 2; */ java.lang.String getToTensor(); /** *
   * A tensor name. The value of this tensor will be bound to the
   * value of the tensor named in `from_tensor`.
   * 
* * string to_tensor = 2; */ org.nd4j.shade.protobuf.ByteString getToTensorBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy