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

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

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

package org.tensorflow.framework;

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

  /**
   * 
   * Id of the tensor buffer being deallocated, used to match to a
   * corresponding allocation.
   * 
* * optional int64 allocation_id = 1; */ long getAllocationId(); /** *
   * Name of the allocator used.
   * 
* * optional string allocator_name = 2; */ java.lang.String getAllocatorName(); /** *
   * Name of the allocator used.
   * 
* * optional string allocator_name = 2; */ com.google.protobuf.ByteString getAllocatorNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy