Searched refs:func_map (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow.cc | 58 bool FunctionHasBeenProcessed(FuncMapIter func_iter, const FuncMap* func_map) { in FunctionHasBeenProcessed() argument 59 return func_iter != func_map->end(); in FunctionHasBeenProcessed() 88 void UpdateFunctionMap(FuncMap* func_map, const string& canonicalized_name, in UpdateFunctionMap() argument 92 (*func_map)[canonicalized_name] = in UpdateFunctionMap() 135 FuncMap* func_map, bool* function_modified, 141 FuncMap* func_map, Graph* graph, FunctionLibraryDefinition* fld, in FunctionalizeControlFlowForNodeAssociatedFunctions() argument 171 auto func_iter = func_map->find(canonicalized_name); in FunctionalizeControlFlowForNodeAssociatedFunctions() 173 if (FunctionHasBeenProcessed(func_iter, func_map)) { in FunctionalizeControlFlowForNodeAssociatedFunctions() 189 func_map, &function_modified, node_filter)); in FunctionalizeControlFlowForNodeAssociatedFunctions() 190 UpdateFunctionMap(func_map, canonicalized_name, new_func_name, in FunctionalizeControlFlowForNodeAssociatedFunctions() [all …]
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_gatt_server.py | 79 func_map = {BT_ATT_OP_MTU_REQ: self.exchange_mtu} 80 if opcode not in func_map: 83 func_map[opcode](data)
|