Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc64 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_, f32_}, f32_); in ExpectInferredReduceShape() local
317 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
567 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_}, s32_); in TEST_F() local
638 ProgramShape to_apply = ShapeUtil::MakeProgramShape({f32_}, f32_); in TEST_F() local
716 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
728 ProgramShape to_apply = in TEST_F() local
741 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
753 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
764 ProgramShape to_apply = in TEST_F() local
777 ProgramShape to_apply = ShapeUtil::MakeProgramShape( in TEST_F() local
[all …]
Dshape_inference.cc1073 absl::Span<const Shape* const> arg_shapes, const ProgramShape& to_apply, in InferMapShape()
2045 const ProgramShape& to_apply) { in InferReduceShape()
2834 absl::Span<const Shape* const> arg_shapes, const ProgramShape& to_apply) { in InferCallShape()
Dhlo_parser.cc819 optional<HloComputation*> to_apply; in ParseInstructionRhs() local
923 optional<HloComputation*> to_apply; in ParseInstructionRhs() local
1036 optional<HloComputation*> to_apply; in ParseInstructionRhs() local
1180 optional<HloComputation*> to_apply; in ParseInstructionRhs() local
Dhlo_verifier.cc426 const ProgramShape& to_apply = instruction.to_apply()->ComputeProgramShape(); in SameElementTypesForOperandsAndToApplyParameters() local
Dhlo_instruction.cc1988 HloComputation* HloInstruction::to_apply() const { in to_apply() function in xla::HloInstruction