Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference_test.cc68 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_, f32_}, f32_); in ExpectInferredReduceShape() local
331 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
968 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_}, s32_); in TEST_F() local
1039 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_}, f32_); in TEST_F() local
1072 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_, s32_}, s32_); in TEST_F() local
1128 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
1142 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
1166 ProgramShape to_apply = in TEST_F() local
1179 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
1191 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
[all …]
H A Dshape_inference.cc1115 absl::Span<const Shape* const> arg_shapes, const ProgramShape& to_apply, in InferMapShape()
2219 const ProgramShape& to_apply) { in InferReduceShape()
3298 absl::Span<const Shape* const> arg_shapes, const ProgramShape& to_apply) { in InferCallShape()
H A Dhlo_parser.cc1466 optional<HloComputation*> to_apply; in CreateInstruction() local
1773 optional<HloComputation*> to_apply; in CreateInstruction() local
1927 optional<HloComputation*> to_apply; in CreateInstruction() local
2157 optional<HloComputation*> to_apply; in CreateInstruction() local
2590 optional<HloComputation*> to_apply; in CreateInstruction() local
H A Dhlo_instruction.cc1888 HloComputation* to_apply, absl::string_view custom_call_target, in CreateCustomCall()
2786 HloComputation* HloInstruction::to_apply() const { in to_apply() function in xla::HloInstruction
H A Dhlo_verifier.cc1007 const ProgramShape& to_apply = instruction.to_apply()->ComputeProgramShape(); in SameElementTypesForOperandsAndToApplyParameters() local
H A Dhlo_evaluator.cc281 HloComputation* to_apply = call_instruction->to_apply(); in PatternMatchLoopCondComparison() local
H A Dhlo_instructions.cc2657 HloComputation* to_apply, absl::string_view custom_call_target, in HloCustomCallInstruction()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder_test.cc412 XlaComputation to_apply; in TEST_F() local