Home
last modified time | relevance | path

Searched defs:dot_shape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc271 Shape dot_shape = ShapeUtil::MakeShape(F32, {m, n}); in RunDotOutputFusion() local
Dcpu_instruction_fusion_test.cc640 Shape dot_shape = ShapeUtil::MakeShape(F32, {m, n}); in CreateComputationForDotAddOutputFusionTest() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc325 const Shape& dot_shape = dot->shape(); in HandleDot() local
Dalgebraic_simplifier_test.cc5225 Shape dot_shape = ShapeUtil::MakeShape(element_type, output_dims); in TEST_P() local
5281 Shape dot_shape = ShapeUtil::MakeShape(element_type, {m, n}); in TEST_P() local
5385 Shape dot_shape = ShapeUtil::MakeShape(F32, {spec.m, spec.n}); in TEST_P() local
5450 Shape dot_shape = ShapeUtil::MakeShape(F32, {spec.m, spec.n}); in TEST_P() local
5725 Shape dot_shape = ShapeUtil::MakeShape(F32, {dot_row_size, dot_col_size}); in TEST_P() local
5798 Shape dot_shape = ShapeUtil::MakeShape(F32, {dot_row_size, dot_col_size}); in TEST_P() local