Home
last modified time | relevance | path

Searched defs:values_shape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dweights_broadcast_ops.py33 def _has_valid_dims(weights_shape, values_shape): argument
47 weights_rank, weights_shape, values_rank, values_shape): argument
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc522 TensorShape values_shape({0}); in Compute() local
632 TensorShape values_shape({total_num_features}); in Compute() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1006 TensorShape values_shape; in FastParseExample() local
1081 TensorShape values_shape; in FastParseExample() local
1170 TensorShape values_shape; in FastParseSingleExample() local
1367 TensorShape values_shape; in FastParseSingleExample() local
Dexample_proto_helper.h86 TensorShape values_shape; member
Dexample_proto_helper.cc379 const TensorShape& values_shape = sparse_tensor_batch_shapes.values_shape; in BatchExampleProtoToTensors() local
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc1287 ShapeHandle values_shape, ShapeHandle shape_shape) { in ValidateSparseTensor()