Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dhandle_table.h76 using HandleMap = base::hash_map<MojoHandle, Entry>; variable
78 HandleMap handles_;
/external/tensorflow/tensorflow/compiler/xla/service/
Dmap_inliner.cc46 Status HandleMap(HloInstruction* map) override;
66 Status MapInlinerVisitor::HandleMap(HloInstruction* map) { in HandleMap() function in xla::MapInlinerVisitor
Dhlo_cost_analysis.h100 Status HandleMap(const HloInstruction* map) override;
Ddfs_hlo_visitor_with_default.h161 Status HandleMap(HloInstructionPtr map) override { in HandleMap() function
Dhlo_verifier.h83 Status HandleMap(HloInstruction* map) override;
Ddfs_hlo_visitor.h241 virtual Status HandleMap(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc263 Status HloCostAnalysis::HandleMap(const HloInstruction* map) { in HandleMap() function in xla::HloCostAnalysis
Dhlo_verifier.cc599 Status ShapeVerifier::HandleMap(HloInstruction* map) { in HandleMap() function in xla::ShapeVerifier
Dalgebraic_simplifier.cc246 Status HandleMap(HloInstruction* map) override;
3691 Status AlgebraicSimplifierVisitor::HandleMap(HloInstruction* map) { in HandleMap() function in xla::AlgebraicSimplifierVisitor
Dhlo_instruction_test.cc88 Status HandleMap(HloInstruction* map) override { in HandleMap() function in xla::__anon0e998cf30111::OpAndUserCollectingVisitor
Dhlo_evaluator_typed_visitor.h1619 Status HandleMap(HloInstruction* map) override { in HandleMap() function
Dhlo_instruction.cc2560 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()