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

org.tensorflow.framework.MemoryLogRawDeallocationOrBuilder 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 MemoryLogRawDeallocationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.MemoryLogRawDeallocation)
    com.github.os72.protobuf351.MessageOrBuilder {

  /**
   * 
   * Process-unique step id.
   * 
* * int64 step_id = 1; */ long getStepId(); /** *
   * Name of the operation making the deallocation.
   * 
* * string operation = 2; */ java.lang.String getOperation(); /** *
   * Name of the operation making the deallocation.
   * 
* * string operation = 2; */ com.github.os72.protobuf351.ByteString getOperationBytes(); /** *
   * Id of the tensor buffer being deallocated, used to match to a
   * corresponding allocation.
   * 
* * int64 allocation_id = 3; */ long getAllocationId(); /** *
   * Name of the allocator used.
   * 
* * string allocator_name = 4; */ java.lang.String getAllocatorName(); /** *
   * Name of the allocator used.
   * 
* * string allocator_name = 4; */ com.github.os72.protobuf351.ByteString getAllocatorNameBytes(); /** *
   * True if the deallocation is queued and will be performed later,
   * e.g. for GPU lazy freeing of buffers.
   * 
* * bool deferred = 5; */ boolean getDeferred(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy