Home
last modified time | relevance | path

Searched defs:empty_shape (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dtensor_array_ops.cc644 TensorShape empty_shape; in Compute() local
847 TensorShape empty_shape; in Compute() local
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_while_op_test.cc318 TensorShape empty_shape({0}); in TEST() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper_test.cc142 TensorShape empty_shape({0}); in TEST_F() local
232 TensorShape empty_shape({0}); in TEST_F() local
374 TensorShape empty_shape({0}); in TEST_F() local
470 TensorShape empty_shape({0}); in TEST_F() local
Dmkl_remapper_test.cc322 TensorShape empty_shape({0}); in TEST_F() local
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h1132 TensorShape empty_shape; in compute_split_shape() local
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc475 TensorShape empty_shape({0}); in EmptyConst() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1800 TensorShape empty_shape; in FastParseSingleExample() local
/external/pytorch/test/
Dtest_linalg.py1135 def run_test_case(empty_shape): argument