Searched defs:op_map (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | lift_to_graph.py | 59 def _copy_non_source(op, graph, op_map, base_graph): argument 142 def _copy_source(s, graph, op_map, handle_captures, inverse_captures, argument 210 op_map=None): argument
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_ir.cpp | 160 OperatorMap<int> op_map; in TEST() local
|
/aosp_15_r20/bootable/deprecated-ota/updater/ |
H A D | updater_runtime_dynamic_partitions.cpp | 309 static const OpMap op_map{ in UpdateDynamicPartitions() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_state.c | 182 static const uint8_t op_map[] = { in tlb_stencil_setup_bits() local
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | quantize_nodes.cc | 646 std::map<string, QuantizedOpInfo> op_map; in QuantizeNodes() local
|
H A D | quantize_nodes_test.cc | 1222 std::map<string, int> op_map; in TestMergeDuplicateQuantizes() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | convert_nodes_test.cc | 1966 std::pair<std::function<NodeDef(DataType)>, T (*)(T)>>& op_map, in RunTests() 4790 std::map<std::string, std::pair<OpFunc, ValFunc>> op_map; in TEST_P() local 7676 std::map<std::string, std::pair<OpFunc, ValFunc>> op_map; in TEST_P() local 7718 std::map<std::string, std::pair<OpFunc, ValFunc>> op_map; in TEST_P() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | nir_to_rc.c | 1179 static enum tgsi_opcode op_map[] = { in ntr_emit_alu() enum
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 1460 static enum tgsi_opcode op_map[][2] = { in ntt_emit_alu() enum
|