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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: allocation_description.proto

package org.tensorflow.framework;

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

  /**
   * 
   * Total number of bytes requested
   * 
* * optional int64 requested_bytes = 1; */ long getRequestedBytes(); /** *
   * Total number of bytes allocated if known
   * 
* * optional int64 allocated_bytes = 2; */ long getAllocatedBytes(); /** *
   * Name of the allocator used
   * 
* * optional string allocator_name = 3; */ java.lang.String getAllocatorName(); /** *
   * Name of the allocator used
   * 
* * optional string allocator_name = 3; */ com.google.protobuf.ByteString getAllocatorNameBytes(); /** *
   * Identifier of the allocated buffer if known
   * 
* * optional int64 allocation_id = 4; */ long getAllocationId(); /** *
   * Set if this tensor only has one remaining reference
   * 
* * optional bool has_single_reference = 5; */ boolean getHasSingleReference(); /** *
   * Address of the allocation.
   * 
* * optional uint64 ptr = 6; */ long getPtr(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy