Searched defs:to_apply (Results 1 – 6 of 6) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | shape_inference_test.cc | 66 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_, f32_}, f32_); in ExpectInferredReduceShape() local 329 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local 944 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_}, s32_); in TEST_F() local 1015 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_}, f32_); in TEST_F() local 1093 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local 1107 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local 1131 ProgramShape to_apply = in TEST_F() local 1144 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local 1156 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local 1169 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local [all …]
|
| D | hlo_parser.cc | 1227 optional<HloComputation*> to_apply; in ParseInstructionRhs() local 1399 optional<HloComputation*> to_apply; in ParseInstructionRhs() local 1547 optional<HloComputation*> to_apply; in ParseInstructionRhs() local 1786 optional<HloComputation*> to_apply; in ParseInstructionRhs() local 2244 optional<HloComputation*> to_apply; in ParseInstructionRhs() local
|
| D | shape_inference.cc | 1117 absl::Span<const Shape* const> arg_shapes, const ProgramShape& to_apply, in InferMapShape() 2116 const ProgramShape& to_apply) { in InferReduceShape() 3179 absl::Span<const Shape* const> arg_shapes, const ProgramShape& to_apply) { in InferCallShape()
|
| D | hlo_verifier.cc | 644 const ProgramShape& to_apply = instruction.to_apply()->ComputeProgramShape(); in SameElementTypesForOperandsAndToApplyParameters() local
|
| D | hlo_instruction.cc | 1581 HloComputation* to_apply, absl::string_view custom_call_target, in CreateCustomCall() 2428 HloComputation* HloInstruction::to_apply() const { in to_apply() function in xla::HloInstruction
|
| D | hlo_instructions.cc | 2356 HloComputation* to_apply, absl::string_view custom_call_target, in HloCustomCallInstruction()
|