Home
last modified time | relevance | path

Searched defs:expected_shapes (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dtest_util.cc25 std::map<string, std::vector<PartialTensorShape>> expected_shapes) { in ShapeAnnotationsMatch()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dreduce_decomposer.cc80 std::vector<Shape> expected_shapes(reduce->input_count()); in HandleReduce() local
H A Dhlo_creation_utils.cc459 std::vector<Shape> expected_shapes; in MakeReduceHlo() local
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dfrom_tensors_test.py186 def testNestedStructure(self, components, expected_shapes): argument
H A Dtest_base.py169 expected_shapes=None, argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_meta.py1383 def _norm_backwards_test_helper(self, op, args, output_mask, expected_shapes): argument
/aosp_15_r20/external/pytorch/test/cpp/c10d/
H A DProcessGroupGlooTest.cpp234 std::vector<std::vector<int64_t>> expected_shapes, in checkProfiledEvents()