HomeSort by relevance Sort by last modified time
    Searched defs:values_shape (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/util/
example_proto_helper.h 86 TensorShape values_shape; member in struct:tensorflow::VarLenFeatureBatchShapes
example_proto_helper.cc 312 output_shapes->values_shape.AddDim(total_num_features);
379 const TensorShape& values_shape = sparse_tensor_batch_shapes.values_shape; local
384 (*output_sparse_values_tensor)[d] = Tensor(allocator, dtype, values_shape);
example_proto_fast_parsing.cc 1170 TensorShape values_shape; local
1367 TensorShape values_shape; local
    [all...]

Completed in 199 milliseconds