HomeSort by relevance Sort by last modified time
    Searched refs:AddComputationInternal (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_module.cc 52 HloComputation* HloModule::AddComputationInternal(
93 return AddComputationInternal(std::move(computation), /*is_entry=*/true,
110 return AddComputationInternal(std::move(computation), /*is_entry=*/false,
316 module->AddComputationInternal(std::move(fused_computation),
325 computation_map[computation_name] = module->AddComputationInternal(
hlo_module.h 214 HloComputation* AddComputationInternal(

Completed in 181 milliseconds