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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: log_memory.proto

package org.tensorflow.framework;

public interface MemoryLogTensorAllocationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.MemoryLogTensorAllocation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Process-unique step id.
   * 
* * optional int64 step_id = 1; */ long getStepId(); /** *
   * Name of the kernel making the allocation as set in GraphDef,
   * e.g., "affine2/weights/Assign".
   * 
* * optional string kernel_name = 2; */ java.lang.String getKernelName(); /** *
   * Name of the kernel making the allocation as set in GraphDef,
   * e.g., "affine2/weights/Assign".
   * 
* * optional string kernel_name = 2; */ com.google.protobuf.ByteString getKernelNameBytes(); /** *
   * Allocated tensor details.
   * 
* * optional .tensorflow.TensorDescription tensor = 3; */ boolean hasTensor(); /** *
   * Allocated tensor details.
   * 
* * optional .tensorflow.TensorDescription tensor = 3; */ org.tensorflow.framework.TensorDescription getTensor(); /** *
   * Allocated tensor details.
   * 
* * optional .tensorflow.TensorDescription tensor = 3; */ org.tensorflow.framework.TensorDescriptionOrBuilder getTensorOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy