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

org.tensorflow.util.IteratorStateMetadataOrBuilder 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/iterator.proto

package org.tensorflow.util;

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

  /**
   * 
   * A user-specified version string.
   * 
* * string version = 1; */ java.lang.String getVersion(); /** *
   * A user-specified version string.
   * 
* * string version = 1; */ org.nd4j.shade.protobuf.ByteString getVersionBytes(); /** *
   * Keys for tensors in the VariantTensorDataProto.
   * 
* * repeated string keys = 2; */ java.util.List getKeysList(); /** *
   * Keys for tensors in the VariantTensorDataProto.
   * 
* * repeated string keys = 2; */ int getKeysCount(); /** *
   * Keys for tensors in the VariantTensorDataProto.
   * 
* * repeated string keys = 2; */ java.lang.String getKeys(int index); /** *
   * Keys for tensors in the VariantTensorDataProto.
   * 
* * repeated string keys = 2; */ org.nd4j.shade.protobuf.ByteString getKeysBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy