Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc66 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_, f32_}, f32_); in ExpectInferredReduceShape() local
329 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
965 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_}, s32_); in TEST_F() local
1036 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_}, f32_); in TEST_F() local
1114 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
1128 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
1152 ProgramShape to_apply = in TEST_F() local
1165 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
1177 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
1190 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
[all …]
Dshape_inference.cc1106 absl::Span<const Shape* const> arg_shapes, const ProgramShape& to_apply, in InferMapShape()
2230 const ProgramShape& to_apply) { in InferReduceShape()
3316 absl::Span<const Shape* const> arg_shapes, const ProgramShape& to_apply) { in InferCallShape()
Dhlo_parser.cc1298 optional<HloComputation*> to_apply; in ParseInstructionRhs() local
1522 optional<HloComputation*> to_apply; in ParseInstructionRhs() local
1684 optional<HloComputation*> to_apply; in ParseInstructionRhs() local
1923 optional<HloComputation*> to_apply; in ParseInstructionRhs() local
2381 optional<HloComputation*> to_apply; in ParseInstructionRhs() local
Dhlo_verifier.cc981 const ProgramShape& to_apply = instruction.to_apply()->ComputeProgramShape(); in SameElementTypesForOperandsAndToApplyParameters() local
Dhlo_instruction.cc1765 HloComputation* to_apply, absl::string_view custom_call_target, in CreateCustomCall()
2625 HloComputation* HloInstruction::to_apply() const { in to_apply() function in xla::HloInstruction
Dhlo_instructions.cc2497 HloComputation* to_apply, absl::string_view custom_call_target, in HloCustomCallInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc410 XlaComputation to_apply; in TEST_F() local