Home
last modified time | relevance | path

Searched refs:HandleMap (Results 1 – 15 of 15) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/
Dsync_handle_registry.h51 using HandleMap = std::unordered_map<Handle, HandleCallback, HandleHasher>; variable
56 HandleMap handles_;
/external/libmojo/mojo/edk/system/
Dhandle_table.h63 using HandleMap = base::hash_map<MojoHandle, Entry>; variable
65 HandleMap handles_;
/external/tensorflow/tensorflow/compiler/xla/service/
Dinliner.cc46 Status HandleMap(HloInstruction* map) override;
66 Status InlinerVisitor::HandleMap(HloInstruction* map) { in HandleMap() function in xla::InlinerVisitor
Dhlo_verifier.h69 Status HandleMap(HloInstruction* map) override;
Dhlo_cost_analysis.h93 Status HandleMap(const HloInstruction* map) override;
Ddfs_hlo_visitor_with_default.h146 Status HandleMap(HloInstructionPtr map) override { in HandleMap() function
Ddfs_hlo_visitor.h212 virtual Status HandleMap(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc236 Status HloCostAnalysis::HandleMap(const HloInstruction* map) { in HandleMap() function in xla::HloCostAnalysis
Dhlo_verifier.cc246 Status ShapeVerifier::HandleMap(HloInstruction* map) { in HandleMap() function in xla::ShapeVerifier
Dhlo_instruction_test.cc86 Status HandleMap(HloInstruction* map) override { in HandleMap() function in xla::__anon9b186d4a0111::OpAndUserCollectingVisitor
Dhlo_evaluator.cc1378 Status HandleMap(HloInstruction* map) override { in HandleMap() function in xla::HloEvaluator::TypedVisitor
Dhlo_instruction.cc2595 return visitor->HandleMap(this); in Visit()
/external/tensorflow/tensorflow/core/kernels/
Dcuda_solvers.cc117 using HandleMap = typedef
122 HandleMap* GetHandleMapSingleton() { in GetHandleMapSingleton()
123 static HandleMap* cm = new HandleMap; in GetHandleMapSingleton()
156 HandleMap* handle_map = CHECK_NOTNULL(GetHandleMapSingleton()); in CudaSolver()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h146 Status HandleMap(HloInstruction* map) override;
Dir_emitter.cc495 Status IrEmitter::HandleMap(HloInstruction* map) { in HandleMap() function in xla::cpu::IrEmitter