Home
last modified time | relevance | path

Searched refs:GetModule (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/lib/CodeGen/
DModuleBuilder.cpp91 llvm::Module *GetModule() { in GetModule() function in __anon42d032190111::CodeGeneratorImpl
294 llvm::Module *CodeGenerator::GetModule() { in GetModule() function in CodeGenerator
295 return static_cast<CodeGeneratorImpl*>(this)->GetModule(); in GetModule()
DCodeGenAction.cpp83 llvm::Module *getModule() const { return Gen->GetModule(); } in getModule()
/external/libchrome/base/
Dvlog.cc88 base::StringPiece GetModule(const base::StringPiece& file) { in GetModule() function
107 base::StringPiece module(GetModule(file)); in GetVlogLevel()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_algorithm_picker.cc67 const HloModuleConfig& hlo_module_config = gemm->GetModule()->config(); in DoUncachedGemmAutotune()
69 gemm->GetModule()->config().debug_options().xla_gpu_autotune_level(); in DoUncachedGemmAutotune()
102 gemm->GetModule()->config().debug_options(); in DoUncachedGemmAutotune()
Dstream_assignment.cc76 const auto& debug_options = hlo.GetModule()->config().debug_options(); in ComputeStreamToAssign()
Dgpu_conv_algorithm_picker.cc353 const HloModuleConfig& hlo_module_config = instr->GetModule()->config(); in PickBestAlgorithmNoCacheCuda()
396 instr->GetModule()->config().debug_options(); in PickBestAlgorithmNoCacheCuda()
526 << instr->GetModule()->ToString(); in PickBestAlgorithmNoCacheCuda()
Dhlo_to_ir_bindings.cc213 base_ptrs_.begin()->first->GetModule()->MakeComputationPostOrder()) { in ToString()
Dgpu_layout_assignment.cc85 instr->GetModule()->config().debug_options(); in HeuristicLayoutAssignment()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_window_utils.cc41 if (inst_->GetModule() != nullptr) { in SetName()
42 inst_->UniquifyName(&inst_->GetModule()->instruction_name_uniquer()); in SetName()
Dhlo_replication_analysis.cc84 hlo->GetModule()->config().num_partitions(); in DetermineHloInstructionIsReplicated()
98 hlo->GetModule()->config().replica_count(); in DetermineHloInstructionIsReplicated()
Dsort_simplifier.cc105 HloModule* module = sort->GetModule(); in RemoveUnusedOperandFromSort()
Dwhile_loop_simplifier.cc65 HloModule* module = while_op->GetModule(); in RemoveDeadTupleIndices()
525 HloModule* module = while_op->GetModule(); in TryRemoveConstantParams()
893 HloModule* module = while_op->GetModule(); in TryFlattenNestedTuples()
1023 HloModule* module = while_op->GetModule(); in TryMergeInductionVariables()
Dconditional_simplifier.cc166 conditional_op->GetModule()->AddEmbeddedComputation( in ReplaceRootWithEmptyTupleIfNoUsers()
281 conditional_op->GetModule()->AddEmbeddedComputation( in RemoveUnusedTupleElements()
Drng_expander.cc145 int64_t module_random_value = rng->GetModule()->RandomNew64(); in ExpandInstruction()
Dstable_sort_expander.cc93 sort->set_to_apply(sort->GetModule()->AddEmbeddedComputation( in ExpandInstruction()
Dhlo_module_group_test.cc196 module_ids.push_back(metadata->GetModuleId(companion->GetModule())); in TEST_F()
Dscatter_expander.cc311 scatter->GetModule())); in ScatterLoopBody()
Dhlo_verifier.cc87 const HloModuleConfig& config = hlo->GetModule()->config(); in GetSubgroupSize()
265 int64_t replica_count = hlo->GetModule()->config().replica_count(); in CheckReplicaGroups()
266 int64_t num_partitions = hlo->GetModule()->config().num_partitions(); in CheckReplicaGroups()
614 const HloModuleConfig& config = hlo->GetModule()->config(); in CheckDuplicatedSourceOrTarget()
Dreduce_scatter_utils.cc257 !ar->GetModule()->config().use_spmd_partitioning())) { in MatchReduceScatter()
Dhlo_graph_dumper.cc1776 node.GetModule()->config().debug_options(), in RenderNeighborhoodAround()
1795 auto debug_options = from.GetModule()->config().debug_options(); in RenderAllPathsFromTo()
Dhlo_instructions.cc1715 if (GetModule()) { in MergeFusionInstructionIntoMultiOutput()
1716 TF_CHECK_OK(GetModule()->RemoveEmbeddedComputation(computation_to_merge)); in MergeFusionInstructionIntoMultiOutput()
1797 CHECK_NOTNULL(GetModule())->AddEmbeddedComputation(builder.Build())); in CloneAndFuseInternal()
1966 HloModule* module = context != nullptr ? context->module() : GetModule(); in CloneWithNewOperandsImpl()
/external/clang/include/clang/CodeGen/
DModuleBuilder.h59 llvm::Module *GetModule();
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_extractor.cc143 ExtractionVisitor visitor(*instruction->GetModule(), &boundary); in ExtractModule()
/external/python/cpython3/PC/
Dpyshellext.cpp492 return Module<InProc>::GetModule().GetClassObject(rclsid, riid, ppv);
496 return Module<InProc>::GetModule().Terminate() ? S_OK : S_FALSE;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1189 : crs->GetModule()->unique_id()), in HandleAllReduceMultipleReplica()
1252 : instruction->GetModule()->unique_id()), in HandleAllToAll()
1292 : crs->GetModule()->unique_id()), in HandleCollectivePermute()

12