HomeSort by relevance Sort by last modified time
    Searched refs:HandleMap (Results 1 - 17 of 17) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/
sync_handle_registry.h 51 using HandleMap = std::unordered_map<Handle, HandleCallback, HandleHasher>;
56 HandleMap handles_;
  /external/libmojo/mojo/edk/system/
handle_table.h 63 using HandleMap = base::hash_map<MojoHandle, Entry>;
65 HandleMap handles_;
  /external/tensorflow/tensorflow/compiler/xla/service/
inliner.cc 46 Status HandleMap(HloInstruction* map) override;
66 Status InlinerVisitor::HandleMap(HloInstruction* map) {
dfs_hlo_visitor_with_default.h 146 Status HandleMap(HloInstructionPtr map) override {
hlo_cost_analysis.h 93 Status HandleMap(const HloInstruction* map) override;
hlo_verifier.h 69 Status HandleMap(HloInstruction* map) override;
dfs_hlo_visitor.h 212 virtual Status HandleMap(HloInstructionPtr hlo) = 0;
hlo_cost_analysis.cc 236 Status HloCostAnalysis::HandleMap(const HloInstruction* map) {
hlo_verifier.cc 246 Status ShapeVerifier::HandleMap(HloInstruction* map) {
    [all...]
hlo_instruction_test.cc 86 Status HandleMap(HloInstruction* map) override {
    [all...]
hlo_evaluator.cc     [all...]
hlo_instruction.cc     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
HandleMap.java 27 class HandleMap {
29 private static final String TAG = GattServiceConfig.TAG_PREFIX + "HandleMap";
90 HandleMap() {
GattService.java 154 HandleMap mHandleMap = new HandleMap();
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cuda_solvers.cc 117 using HandleMap =
122 HandleMap* GetHandleMapSingleton() {
123 static HandleMap* cm = new HandleMap;
156 HandleMap* handle_map = CHECK_NOTNULL(GetHandleMapSingleton());
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.h 146 Status HandleMap(HloInstruction* map) override;
ir_emitter.cc 495 Status IrEmitter::HandleMap(HloInstruction* map) {
    [all...]

Completed in 502 milliseconds