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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/framework/log_memory.proto

package org.tensorflow.framework;

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

  /**
   * 
   * Process-unique step id.
   * 
* * int64 step_id = 1; * @return The stepId. */ long getStepId(); /** *
   * Handle describing the feeds and fetches of the step.
   * 
* * string handle = 2; * @return The handle. */ java.lang.String getHandle(); /** *
   * Handle describing the feeds and fetches of the step.
   * 
* * string handle = 2; * @return The bytes for handle. */ org.nd4j.shade.protobuf.ByteString getHandleBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy