Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dreshape_mover_test.cc42 auto root_shape = ShapeUtil::MakeShape(F32, {8, 7}); in TEST_F() local
80 auto root_shape = ShapeUtil::MakeShape(F32, {8, 7}); variable
111 auto root_shape = ShapeUtil::MakeShape(F32, {}); in TEST_F() local
138 auto root_shape = ShapeUtil::MakeShape(F32, {8, 7}); in TEST_F() local
186 auto root_shape = ShapeUtil::MakeShape(F32, {2, 3}); variable
231 auto root_shape = ShapeUtil::MakeShape(F32, {8, 7}); variable
268 auto root_shape = ShapeUtil::MakeShape(F32, {3, 2}); variable
321 auto root_shape = ShapeUtil::MakeShape(F32, {2, 3}); variable
361 auto root_shape = ShapeUtil::MakeShape(F32, {1, 1, 3}); variable
390 auto root_shape = ShapeUtil::MakeShape(F32, {8, 7}); in TEST_F() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_nested.cc65 const Shape& root_shape = root->shape(); in EmitBasePointersForNestedComputation() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1413 const Shape& root_shape = root_instruction->shape(); in MatchReductionGenerator() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc296 TensorShapeProto root_shape; member