Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/modules/
Dmodules_service.pb.go111 func (m *GetModulesResponse) GetModule() []string { func
127 func (m *GetVersionsRequest) GetModule() string { func
159 func (m *GetDefaultVersionRequest) GetModule() string { func
192 func (m *GetNumInstancesRequest) GetModule() string { func
233 func (m *SetNumInstancesRequest) GetModule() string { func
272 func (m *StartModuleRequest) GetModule() string { func
304 func (m *StopModuleRequest) GetModule() string { func
337 func (m *GetHostnameRequest) GetModule() string { func
/external/v8/src/torque/
Ddeclaration-visitor.h39 ScopedModuleActivator activator(this, decl->GetModule()); in Visit()
40 Declarations::ModuleScopeActivator scope(declarations(), decl->GetModule()); in Visit()
48 decl->SetModule(global_context_.GetModule(decl->name)); in Visit()
Dglobal-context.h46 default_module_(GetModule("base", true)), in GlobalContext()
49 Module* GetModule(const std::string& name, bool is_default = false) {
Dast.h165 Module* GetModule() const { return module; } in GetModule() function
Dimplementation-visitor.cc156 Module* module = decl->GetModule(); in Visit()
159 Declarations::ModuleScopeActivator scope(declarations(), decl->GetModule()); in Visit()
/external/clang/lib/CodeGen/
DModuleBuilder.cpp91 llvm::Module *GetModule() { in GetModule() function in __anon075db5b60111::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/clang/include/clang/CodeGen/
DModuleBuilder.h59 llvm::Module *GetModule();
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.cc209 return c->parent() == c->GetModule()->entry_computation() && in BuffersInvariantWithinConsumer()
266 base_ptrs_.begin()->first->GetModule()->MakeComputationPostOrder()) { in ToString()
Dstream_assignment.cc75 if (hlo.GetModule() in ComputeStreamToAssign()
Dcudnn_conv_algorithm_picker.cc269 instr->GetModule() in PickBestAlgorithm()
Dir_emitter_unnested.cc264 int max_unroll_factor = hlo->GetModule() in ComputeMaxUnrollFactor()
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc54 HloModule* module = while_op->GetModule(); in TryRemoveDeadWhileParams()
311 HloModule* module = while_op->GetModule(); in TryRemoveConstantParams()
643 HloModule* module = while_op->GetModule(); in TryFlattenNestedTuples()
770 HloModule* module = while_op->GetModule(); in TryMergeInductionVariables()
Dsort_simplifier.cc105 HloModule* module = sort->GetModule(); in RemoveUnusedOperandFromSort()
Dhlo_module_group_test.cc193 module_ids.push_back(metadata->GetModuleId(companion->GetModule())); in TEST_F()
Dstable_sort_expander.cc93 sort->set_to_apply(sort->GetModule()->AddEmbeddedComputation( in ExpandInstruction()
Dscatter_expander.cc311 scatter->GetModule())); in ScatterLoopBody()
Dhlo_instructions.cc1312 if (GetModule()) { in MergeFusionInstructionIntoMultiOutput()
1313 TF_CHECK_OK(GetModule()->RemoveEmbeddedComputation(computation_to_merge)); in MergeFusionInstructionIntoMultiOutput()
1391 CHECK_NOTNULL(GetModule())->AddEmbeddedComputation(builder.Build())); in CloneAndFuseInternal()
1565 HloModule* module = context != nullptr ? context->module() : GetModule(); in CloneWithNewOperandsImpl()
Dhlo_instruction.cc2713 visitor->ReserveVisitStates(root->GetModule()->instruction_count()); in PostOrderDFS()
3129 auto lhs_module = lhs->GetModule(); in operator ()()
3130 auto rhs_module = rhs->GetModule(); in operator ()()
3196 HloModule* HloInstruction::GetModule() const { in GetModule() function in xla::HloInstruction
Dhlo_instruction.h1356 HloModule* GetModule() const;
Delemental_ir_emitter.cc1597 llvm::Value* hlo_random_value = b_->getInt64(hlo->GetModule()->RandomNew64()); in MakePhiloxRngElementGenerator()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_extractor.cc142 ExtractionVisitor visitor(*instruction->GetModule(), &boundary); in ExtractModule()
/external/python/cpython3/PC/
Dpyshellext.cpp494 return Module<InProc>::GetModule().GetClassObject(rclsid, riid, ppv); in DllGetClassObject()
498 return Module<InProc>::GetModule().Terminate() ? S_OK : S_FALSE; in DllCanUnloadNow()