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

org.tensorflow.framework.AllocationRecordOrBuilder 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/step_stats.proto

package org.tensorflow.framework;

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

  /**
   * 
   * The timestamp of the operation.
   * 
* * int64 alloc_micros = 1; */ long getAllocMicros(); /** *
   * Number of bytes allocated, or de-allocated if negative.
   * 
* * int64 alloc_bytes = 2; */ long getAllocBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy