Home
last modified time | relevance | path

Searched defs:values_shape (Results 1 – 13 of 13) 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/lite/kernels/
Dsparse_to_dense_test.cc33 std::initializer_list<int> values_shape, T default_value, in SparseToDenseOpModel()
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_sparse_kernel.cc189 const TensorShape& values_shape) { in MakeIndexSuffixes()
Dragged_gather_op.cc235 TensorShape values_shape = params_dense_values_in.shape(); in WriteValues() local
Dexample_parsing_ops.cc696 TensorShape values_shape({0}); in Compute() local
806 TensorShape values_shape({total_num_features}); in Compute() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1101 TensorShape values_shape; in FastParseExample() local
1176 TensorShape values_shape; in FastParseExample() local
1271 TensorShape values_shape; in FastParseSingleExample() local
1484 TensorShape values_shape; in FastParseSingleExample() local
2118 TensorShape indices_shape, values_shape; in FastParseSequenceExample() local
2316 TensorShape indices_shape, values_shape; in FastParseSequenceExample() local
Dexample_proto_helper.h87 TensorShape values_shape; member
Dexample_proto_helper.cc379 const TensorShape& values_shape = sparse_tensor_batch_shapes.values_shape; in BatchExampleProtoToTensors() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc672 Shape values_shape = ShapeUtil::MakeShape(F32, {2, 3}); in TEST_F() local
Dtuple_points_to_analysis_test.cc1090 Shape values_shape = ShapeUtil::MakeShape(F32, {8}); in TEST_F() local
Dhlo_dataflow_analysis_test.cc2469 Shape values_shape = ShapeUtil::MakeShape(F32, {8}); in TEST_F() local
Dalgebraic_simplifier_test.cc2821 Shape values_shape = ShapeUtil::MakeShape(S32, {5, 0}); in TEST_F() local
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc1495 ShapeHandle values_shape, ShapeHandle shape_shape) { in ValidateSparseTensor()