Home
last modified time | relevance | path

Searched defs:vmap (Results 1 – 25 of 48) sorted by relevance

12

/external/pytorch/torch/csrc/jit/passes/
Dgraph_rewrite_helper.cpp24 const std::unordered_map<std::string, Value*>& vmap) { in getValue()
31 const std::unordered_map<std::string, Value*>& vmap) { in getIValue()
37 const std::unordered_map<std::string, Value*>& vmap) { in getConvParams()
156 const std::unordered_map<std::string, Value*>& vmap) { in replaceConvolutionWithAtenConv()
167 const std::unordered_map<std::string, Value*>& vmap) { in replaceConvolutionWithAtenConv()
178 const std::unordered_map<std::string, Value*>& vmap) { in replaceConvolutionWithAtenConv()
190 const std::unordered_map<std::string, Value*>& vmap) { in replaceConvolutionWithAtenConv()
202 const std::unordered_map<std::string, Value*>& vmap) { in replaceConvolutionWithAtenConv()
214 const std::unordered_map<std::string, Value*>& vmap) { in replaceConvolutionWithAtenConv()
267 const std::unordered_map<std::string, Value*>& vmap) { in isClampFusable()
Dfuse_linear.cpp20 const std::unordered_map<std::string, Value*>& vmap) { in FuseLinear()
28 const std::unordered_map<std::string, Value*>& vmap) { in FuseLinear()
123 const std::unordered_map<std::string, Value*>& vmap) { in SwapFunctionalLinear()
Dgraph_rewrite_helper.h34 std::unordered_map<std::string, Value*> vmap; member
Dfrozen_conv_add_relu_fusion_cuda.cpp80 const std::unordered_map<std::string, Value*>& vmap) { in fuseFrozenConvAddReluImpl()
Dvulkan_rewrite.cpp309 const std::unordered_map<std::string, Value*>& vmap) { in insertPrePackedGruOp()
333 const std::unordered_map<std::string, Value*>& vmap) { in insertPrePackedLstmOp()
Dsubgraph_rewrite.cpp87 std::unordered_map<std::string, Value*> vmap; in rewriteSinglePatternOnGraph() local
Dfold_conv_bn.cpp253 const auto& vmap = pattern.vmap; in analyze() local
/external/pytorch/test/cpp/jit/
Dtest_subgraph_rewriter.cpp29 std::unordered_map<std::string, Value*> vmap; in TEST() local
34 const std::unordered_map<std::string, Value*>& vmap) { in TEST()
41 const std::unordered_map<std::string, Value*>& vmap) { in TEST()
48 const std::unordered_map<std::string, Value*>& vmap) { in TEST()
100 std::unordered_map<std::string, Value*> vmap; in TEST() local
105 const std::unordered_map<std::string, Value*>& vmap) { in TEST()
254 std::unordered_map<std::string, Value*> vmap; in TEST() local
259 const std::unordered_map<std::string, Value*>& vmap) { in TEST()
Dtest_alias_analysis.cpp436 std::unordered_map<std::string, Value*> vmap; in TEST() local
454 std::unordered_map<std::string, Value*> vmap; in TEST() local
684 std::unordered_map<std::string, Value*> vmap; in TEST() local
702 std::unordered_map<std::string, Value*> vmap; in TEST() local
739 std::unordered_map<std::string, Value*> vmap; in TEST() local
938 std::unordered_map<std::string, Value*> vmap; in TEST() local
966 std::unordered_map<std::string, Value*> vmap; in TEST() local
1009 std::unordered_map<std::string, Value*> vmap; in TEST() local
1041 std::unordered_map<std::string, Value*> vmap; in TEST() local
1081 std::unordered_map<std::string, Value*> vmap; in TEST() local
[all …]
Dtest_irparser.cpp44 std::unordered_map<std::string, Value*> vmap; in TEST() local
269 std::unordered_map<std::string, Value*> vmap; local
303 std::unordered_map<std::string, Value*> vmap; local
Dtest_interpreter.cpp25 std::unordered_map<std::string, Value*> vmap; in makeInterp() local
228 std::unordered_map<std::string, Value*> vmap; in TEST() local
Dtest_graph_iterator.cpp38 std::unordered_map<std::string, Value*> vmap; in traverse_depth_first() local
/external/pytorch/torch/csrc/jit/passes/quantization/
Dhelper.cpp665 const std::unordered_map<std::string, Value*>& vmap, in is_int_constant()
675 const std::unordered_map<std::string, Value*>& vmap, in is_functional()
699 const std::unordered_map<std::string, Value*>& vmap, in is_module()
713 const std::unordered_map<std::string, Value*>& vmap) { in aten_add_alpha_is_one()
719 const std::unordered_map<std::string, Value*>& vmap) { in is_functional_relu()
725 const std::unordered_map<std::string, Value*>& vmap) { in is_relu_module()
732 const std::unordered_map<std::string, Value*>& vmap) { in is_linear_module()
739 const std::unordered_map<std::string, Value*>& vmap) { in is_conv1d_module()
746 const std::unordered_map<std::string, Value*>& vmap) { in is_conv2d_module()
753 const std::unordered_map<std::string, Value*>& vmap) { in is_conv3d_module()
[all …]
/external/pytorch/torch/csrc/jit/ir/
Dirparser.cpp33 std::unordered_map<std::string, Value*>& vmap, in IRParser()
78 std::unordered_map<std::string, Value*>& vmap; member in torch::jit::IRParser
111 std::unordered_map<std::string, Value*>& vmap, in parseIR()
121 std::unordered_map<std::string, Value*> vmap; in parseIR() local
/external/pytorch/torch/testing/_internal/
Dautograd_function_db.py47 def vmap(info, in_dims, input): member in NumpyCube
127 def vmap(info, in_dims, x, y): member in NumpyMul
198 def vmap(info, in_dims, x): member in NumpyExp_
238 def vmap(info, in_dims, x, dim): member in NumpySort
316 def vmap(info, in_dims, x, ind, ind_inv, dim): member in NumpyTake
384 def vmap(info, in_dims, x, idx): member in Select
495 def vmap(info, in_dims, x, idx): member in ForwardHasDefaultArgs
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DValueSymbolTable.h135 ValueMap vmap; ///< The map that holds the symbol table. variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueSymbolTable.h130 ValueMap vmap; ///< The map that holds the symbol table. variable
/external/pytorch/functorch/
DREADME.md135 ### vmap subsection
/external/pytorch/torch/_functorch/
Dapis.py32 def vmap( function
Ddeprecated.py58 def vmap( function
/external/pytorch/benchmarks/static_runtime/
Dtest_utils.cc95 std::unordered_map<std::string, Value*> vmap; in GraphStaticRuntimeContext() local
256 std::unordered_map<std::string, Value*> vmap; in getGraphFromIR() local
Dtest_static_module.cc1121 std::unordered_map<std::string, Value*> vmap; in TEST() local
1160 std::unordered_map<std::string, Value*> vmap; in TEST() local
1208 std::unordered_map<std::string, Value*> vmap; in TEST() local
1244 std::unordered_map<std::string, Value*> vmap; in TEST() local
1266 std::unordered_map<std::string, Value*> vmap; in TEST() local
1343 std::unordered_map<std::string, Value*> vmap; in testAssignStorageToManagedTensors() local
/external/pytorch/torch/
D_vmap_internals.py205 def vmap(func: Callable, in_dims: in_dims_t = 0, out_dims: out_dims_t = 0) -> Callable: function
/external/pytorch/torch/csrc/jit/runtime/static/
Dpasses.cpp1156 const std::unordered_map<std::string, Value*>& vmap) { in eliminatePermuteOpsSumPattern()
1202 const std::unordered_map<std::string, Value*>& vmap) { in eliminatePermuteOpsSoftmaxPattern()
1384 const std::unordered_map<std::string, Value*>& vmap) { in UseInPlaceGetRealInputsFromOptionalInputsV2()
1420 const std::unordered_map<std::string, Value*>& vmap) { in FuseClampNaNToNum()
/external/pytorch/torch/csrc/jit/passes/onnx/
Dunpack_quantized_weights.cpp265 std::unordered_map<std::string, Value*> vmap; in unpackQuantizedWeightsHelper() local
719 std::unordered_map<std::string, Value*> vmap; in insertPermutesHelper() local

12