/external/clang/lib/CodeGen/ |
D | ModuleBuilder.cpp | 91 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()
|
D | CodeGenAction.cpp | 83 llvm::Module *getModule() const { return Gen->GetModule(); } in getModule()
|
/external/libchrome/base/ |
D | vlog.cc | 88 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/ |
D | gemm_algorithm_picker.cc | 67 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()
|
D | stream_assignment.cc | 76 const auto& debug_options = hlo.GetModule()->config().debug_options(); in ComputeStreamToAssign()
|
D | gpu_conv_algorithm_picker.cc | 353 const HloModuleConfig& hlo_module_config = instr->GetModule()->config(); in PickBestAlgorithmNoCacheCuda() 396 instr->GetModule()->config().debug_options(); in PickBestAlgorithmNoCacheCuda() 526 << instr->GetModule()->ToString(); in PickBestAlgorithmNoCacheCuda()
|
D | hlo_to_ir_bindings.cc | 213 base_ptrs_.begin()->first->GetModule()->MakeComputationPostOrder()) { in ToString()
|
D | gpu_layout_assignment.cc | 85 instr->GetModule()->config().debug_options(); in HeuristicLayoutAssignment()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dynamic_window_utils.cc | 41 if (inst_->GetModule() != nullptr) { in SetName() 42 inst_->UniquifyName(&inst_->GetModule()->instruction_name_uniquer()); in SetName()
|
D | hlo_replication_analysis.cc | 84 hlo->GetModule()->config().num_partitions(); in DetermineHloInstructionIsReplicated() 98 hlo->GetModule()->config().replica_count(); in DetermineHloInstructionIsReplicated()
|
D | sort_simplifier.cc | 105 HloModule* module = sort->GetModule(); in RemoveUnusedOperandFromSort()
|
D | while_loop_simplifier.cc | 65 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()
|
D | conditional_simplifier.cc | 166 conditional_op->GetModule()->AddEmbeddedComputation( in ReplaceRootWithEmptyTupleIfNoUsers() 281 conditional_op->GetModule()->AddEmbeddedComputation( in RemoveUnusedTupleElements()
|
D | rng_expander.cc | 145 int64_t module_random_value = rng->GetModule()->RandomNew64(); in ExpandInstruction()
|
D | stable_sort_expander.cc | 93 sort->set_to_apply(sort->GetModule()->AddEmbeddedComputation( in ExpandInstruction()
|
D | hlo_module_group_test.cc | 196 module_ids.push_back(metadata->GetModuleId(companion->GetModule())); in TEST_F()
|
D | scatter_expander.cc | 311 scatter->GetModule())); in ScatterLoopBody()
|
D | hlo_verifier.cc | 87 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()
|
D | reduce_scatter_utils.cc | 257 !ar->GetModule()->config().use_spmd_partitioning())) { in MatchReduceScatter()
|
D | hlo_graph_dumper.cc | 1776 node.GetModule()->config().debug_options(), in RenderNeighborhoodAround() 1795 auto debug_options = from.GetModule()->config().debug_options(); in RenderAllPathsFromTo()
|
D | hlo_instructions.cc | 1715 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/ |
D | ModuleBuilder.h | 59 llvm::Module *GetModule();
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | hlo_extractor.cc | 143 ExtractionVisitor visitor(*instruction->GetModule(), &boundary); in ExtractModule()
|
/external/python/cpython3/PC/ |
D | pyshellext.cpp | 492 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/ |
D | ir_emitter.cc | 1189 : crs->GetModule()->unique_id()), in HandleAllReduceMultipleReplica() 1252 : instruction->GetModule()->unique_id()), in HandleAllToAll() 1292 : crs->GetModule()->unique_id()), in HandleCollectivePermute()
|