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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/framework/log_memory.proto

package org.tensorflow.framework;

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

  /**
   * 
   * Process-unique step id.
   * 
* * int64 step_id = 1; * @return The stepId. */ long getStepId(); /** *
   * Name of the kernel producing an output as set in GraphDef, e.g.,
   * "affine2/weights/Assign".
   * 
* * string kernel_name = 2; * @return The kernelName. */ java.lang.String getKernelName(); /** *
   * Name of the kernel producing an output as set in GraphDef, e.g.,
   * "affine2/weights/Assign".
   * 
* * string kernel_name = 2; * @return The bytes for kernelName. */ org.nd4j.shade.protobuf.ByteString getKernelNameBytes(); /** *
   * Index of the output being set.
   * 
* * int32 index = 3; * @return The index. */ int getIndex(); /** *
   * Output tensor details.
   * 
* * .tensorflow.TensorDescription tensor = 4; * @return Whether the tensor field is set. */ boolean hasTensor(); /** *
   * Output tensor details.
   * 
* * .tensorflow.TensorDescription tensor = 4; * @return The tensor. */ org.tensorflow.framework.TensorDescription getTensor(); /** *
   * Output tensor details.
   * 
* * .tensorflow.TensorDescription tensor = 4; */ org.tensorflow.framework.TensorDescriptionOrBuilder getTensorOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy