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

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

There is a newer version: 0.11.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: log_memory.proto

package org.tensorflow.framework;

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

  /**
   * 
   * Process-unique step id.
   * 
* * optional int64 step_id = 1; */ long getStepId(); /** *
   * Handle describing the feeds and fetches of the step.
   * 
* * optional string handle = 2; */ java.lang.String getHandle(); /** *
   * Handle describing the feeds and fetches of the step.
   * 
* * optional string handle = 2; */ com.google.protobuf.ByteString getHandleBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy