Searched defs:to_apply (Results  1 – 8 of 8) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/service/ | 
| D | shape_inference_test.cc | 68     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 …] 
 | 
| D | shape_inference.cc | 1115     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()
  | 
| D | hlo_parser.cc | 1466       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
  | 
| D | hlo_verifier.cc | 1007   const ProgramShape& to_apply = instruction.to_apply()->ComputeProgramShape();  in SameElementTypesForOperandsAndToApplyParameters()  local
  | 
| D | hlo_instruction.cc | 1888     HloComputation* to_apply, absl::string_view custom_call_target,  in CreateCustomCall() 2786 HloComputation* HloInstruction::to_apply() const {  in to_apply()  function in xla::HloInstruction
  | 
| D | hlo_evaluator.cc | 281     HloComputation* to_apply = call_instruction->to_apply();  in PatternMatchLoopCondComparison()  local
  | 
| D | hlo_instructions.cc | 2657     HloComputation* to_apply, absl::string_view custom_call_target,  in HloCustomCallInstruction()
  | 
| /external/tensorflow/tensorflow/compiler/xla/client/ | 
| D | xla_builder_test.cc | 412   XlaComputation to_apply;  in TEST_F()  local
  |