Home
last modified time | relevance | path

Searched defs:to_apply (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc63 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_, f32_}, f32_); in ExpectInferredReduceShape() local
317 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
563 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_}, s32_); in TEST_F() local
634 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_}, f32_); in TEST_F() local
710 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_, f32_}, f32_); in TEST_F() local
720 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_, f32_, f32_}, f32_); in TEST_F() local
730 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_, f32_}, s32_); in TEST_F() local
Dshape_inference.cc1082 const ProgramShape& to_apply, in InferMapShape()
1848 const ProgramShape& to_apply) { in InferReduceShape()
2419 const ProgramShape& to_apply) { in InferCallShape()
Dhlo_instruction.cc1965 HloComputation* HloInstruction::to_apply() const { in to_apply() function in xla::HloInstruction
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto539 ComputationHandle to_apply = 2; field
582 ComputationHandle to_apply = 3; field
603 ComputationHandle to_apply = 5; field
610 ComputationHandle to_apply = 5; field
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc575 HloComputation* to_apply = instruction->to_apply(); in RunBackend() local
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser.cc656 optional<HloComputation*> to_apply; in ParseInstruction() local
740 optional<HloComputation*> to_apply; in ParseInstruction() local