Home
last modified time | relevance | path

Searched defs:parameter_index (Results 1 – 17 of 17) sorted by relevance

/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_replace_params_with_struct.cpp49 std::vector<uint32_t> parameter_index(params.size()); in Apply() local
Dtransformation_replace_parameter_with_global.cpp122 auto parameter_index = static_cast<uint32_t>(params.size()); in Apply() local
Dtransformation_inline_function.cpp299 uint32_t parameter_index = 0; in AdaptInlinedInstruction() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_replace_params_with_struct.cpp50 std::vector<uint32_t> parameter_index(params.size()); in Apply() local
Dtransformation_replace_parameter_with_global.cpp122 auto parameter_index = static_cast<uint32_t>(params.size()); in Apply() local
Dtransformation_inline_function.cpp299 uint32_t parameter_index = 0; in AdaptInlinedInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_params_with_struct.cpp50 std::vector<uint32_t> parameter_index(params.size()); in Apply() local
Dtransformation_replace_parameter_with_global.cpp122 auto parameter_index = static_cast<uint32_t>(params.size()); in Apply() local
Dtransformation_inline_function.cpp299 uint32_t parameter_index = 0; in AdaptInlinedInstruction() local
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc452 std::map<AnfNodePtr, size_t> *parameter_index, in GetParamAndOutputIndex()
461 const std::map<AnfNodePtr, size_t> &parameter_index, in GetSingleOpInputTensors()
470 … const std::map<AnfNodePtr, size_t> &parameter_index, in GetSingleOpInputTensorByIndex()
/third_party/mindspore/mindspore/ccsrc/vm/
Dbackend.cc512 const std::map<AnfNodePtr, size_t> &parameter_index, in GetControlOpInput()
602 const std::map<AnfNodePtr, size_t> &parameter_index, in RunControlOperator()
720 std::map<AnfNodePtr, size_t> parameter_index; in RunGraphBySingleOp() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc1243 std::map<AnfNodePtr, size_t> *parameter_index) { in GetParameterIndex()
1405 … const std::map<AnfNodePtr, size_t> &parameter_index, in GetParameterOutputTensor()
1434 const std::map<AnfNodePtr, size_t> &parameter_index, in GetOpInputTensors()
1470 … const std::map<AnfNodePtr, size_t> &parameter_index, in GetOpInputTensorByIndex()
2276 std::map<AnfNodePtr, size_t> parameter_index; in RunOpsInGraphImpl() local
2666 size_t parameter_index = 1; in AssignParamKey() local
Dsession_basic.h242 … void BuildOpsInGraph(const GraphId &graph_id, const std::map<AnfNodePtr, size_t> &parameter_index, in BuildOpsInGraph()
Dascend_session.cc1080 …::GetOpInputStubTensors(const CNodePtr &cnode, const std::map<AnfNodePtr, size_t> &parameter_index, in GetOpInputStubTensors()
1117 …sion::BuildOpsInGraph(const GraphId &graph_id, const std::map<AnfNodePtr, size_t> &parameter_index, in BuildOpsInGraph()
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y1856 int parameter_index; in _glcpp_parser_expand_function() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dauto_monad.cc761 int parameter_index = 0; in GetParameterIndex() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc554 uint32_t parameter_index = 0; in Function() local