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

org.tensorflow.framework.MemoryLogTensorDeallocationOrBuilder 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/framework/log_memory.proto

package org.tensorflow.framework;

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

  /**
   * 
   * Id of the tensor buffer being deallocated, used to match to a
   * corresponding allocation.
   * 
* * int64 allocation_id = 1; * @return The allocationId. */ long getAllocationId(); /** *
   * Name of the allocator used.
   * 
* * string allocator_name = 2; * @return The allocatorName. */ java.lang.String getAllocatorName(); /** *
   * Name of the allocator used.
   * 
* * string allocator_name = 2; * @return The bytes for allocatorName. */ org.nd4j.shade.protobuf.ByteString getAllocatorNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy