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

org.tensorflow.framework.TensorSliceProtoOrBuilder 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/tensor_slice.proto

package org.tensorflow.framework;

public interface TensorSliceProtoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.TensorSliceProto)
    com.github.os72.protobuf351.MessageOrBuilder {

  /**
   * 
   * Extent of the slice in all tensor dimensions.
   * Must have one entry for each of the dimension of the tensor that this
   * slice belongs to.  The order of sizes is the same as the order of
   * dimensions in the TensorShape.
   * 
* * repeated .tensorflow.TensorSliceProto.Extent extent = 1; */ java.util.List getExtentList(); /** *
   * Extent of the slice in all tensor dimensions.
   * Must have one entry for each of the dimension of the tensor that this
   * slice belongs to.  The order of sizes is the same as the order of
   * dimensions in the TensorShape.
   * 
* * repeated .tensorflow.TensorSliceProto.Extent extent = 1; */ org.tensorflow.framework.TensorSliceProto.Extent getExtent(int index); /** *
   * Extent of the slice in all tensor dimensions.
   * Must have one entry for each of the dimension of the tensor that this
   * slice belongs to.  The order of sizes is the same as the order of
   * dimensions in the TensorShape.
   * 
* * repeated .tensorflow.TensorSliceProto.Extent extent = 1; */ int getExtentCount(); /** *
   * Extent of the slice in all tensor dimensions.
   * Must have one entry for each of the dimension of the tensor that this
   * slice belongs to.  The order of sizes is the same as the order of
   * dimensions in the TensorShape.
   * 
* * repeated .tensorflow.TensorSliceProto.Extent extent = 1; */ java.util.List getExtentOrBuilderList(); /** *
   * Extent of the slice in all tensor dimensions.
   * Must have one entry for each of the dimension of the tensor that this
   * slice belongs to.  The order of sizes is the same as the order of
   * dimensions in the TensorShape.
   * 
* * repeated .tensorflow.TensorSliceProto.Extent extent = 1; */ org.tensorflow.framework.TensorSliceProto.ExtentOrBuilder getExtentOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy