Home
last modified time | relevance | path

Searched refs:nested_computation (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_nested.cc39 const HloComputation& nested_computation, in IrEmitterNested() argument
42 nested_computation_(nested_computation) {} in IrEmitterNested()
46 const HloComputation& nested_computation, in Create() argument
49 hlo_module_config, nested_computation, ir_emitter_context)); in Create()
50 TF_RETURN_IF_ERROR(emitter->EmitConstants(nested_computation, false)); in Create()
Dir_emitter_nested.h44 const HloComputation& nested_computation,
68 const HloComputation& nested_computation,
Dir_emitter.h152 Status EmitCallToNestedComputation(const HloComputation& nested_computation,
161 const HloComputation& nested_computation, llvm::Value* output_address,
220 const HloComputation& nested_computation, llvm::Type* element_ir_type);
Dir_emitter.cc225 const HloComputation& nested_computation, in EmitCallToNestedComputation() argument
227 TF_RET_CHECK(nested_computation.num_parameters() > 0); in EmitCallToNestedComputation()
229 computation_to_ir_function_[&nested_computation]; in EmitCallToNestedComputation()
233 IrEmitterNested::Create(hlo_module_config_, nested_computation, in EmitCallToNestedComputation()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.cc571 HloComputation* nested_computation = AddEmbeddedComputation( in OutlineExpressionFromComputation() local
574 output->shape(), arguments, nested_computation)); in OutlineExpressionFromComputation()
581 VLOG(2) << "to " << nested_computation->ToString(); in OutlineExpressionFromComputation()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcpu_gpu_fusion_test.cc680 auto nested_computation = in XLA_TEST_F() local
685 nested_computation)); in XLA_TEST_F()