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

org.tensorflow.framework.MemoryLogTensorAllocationOrBuilder 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 MemoryLogTensorAllocationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.MemoryLogTensorAllocation)
    org.nd4j.shade.protobuf.MessageOrBuilder {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy