| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/mock/ |
| D | transform_mock.cc | 40 int OpAdapterImpl::setInput(const OperatorPtr &op, int index, const OutHandler &handle) { return 0;… in setInput() function in mindspore::transform::OpAdapterImpl 41 int OpAdapterImpl::setInput(const OperatorPtr &op, int index, const OperatorPtr &input) { return 0;… in setInput() function in mindspore::transform::OpAdapterImpl 42 int OpAdapterImpl::setInput(const OperatorPtr &op, int index, in setInput() function in mindspore::transform::OpAdapterImpl
|
| /third_party/glslang/glslang/MachineIndependent/preprocessor/ |
| D | PpContext.cpp | 110 void TPpContext::setInput(TInputScanner& input, bool versionWillBeError) in setInput() function in glslang::TPpContext
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/stub/transform/ |
| D | util.cc | 80 int OpAdapterImpl::setInput(const OperatorPtr &op, int index, const OutHandler &handle) { return 0;… in setInput() function in mindspore::transform::OpAdapterImpl 81 int OpAdapterImpl::setInput(const OperatorPtr &op, int index, const OperatorPtr &input) { return 0;… in setInput() function in mindspore::transform::OpAdapterImpl 82 int OpAdapterImpl::setInput(const OperatorPtr &op, int index, in setInput() function in mindspore::transform::OpAdapterImpl
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| D | VertexShader.cpp | 160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() function in sw::VertexShader
|
| D | PixelShader.cpp | 141 void PixelShader::setInput(int inputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setInput() function in sw::PixelShader
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/ |
| D | op_adapter.cc | 339 int OpAdapterImpl::setInput(const OperatorPtr &op, int index, const OperatorPtr &input) { in setInput() function in mindspore::transform::OpAdapterImpl 387 int OpAdapterImpl::setInput(const OperatorPtr &op, int index, const OutHandler &handle) { in setInput() function in mindspore::transform::OpAdapterImpl 396 int OpAdapterImpl::setInput(const OperatorPtr &op, int index, in setInput() function in mindspore::transform::OpAdapterImpl
|
| D | op_adapter.h | 342 int setInput(const OperatorPtr &op, int index, const OperatorPtr &input) override { in setInput() function 354 int setInput(const OperatorPtr &op, int index, const OutHandler &handle) override { in setInput() function
|
| /third_party/skia/src/gpu/effects/ |
| D | GrSkSLFP.cpp | 333 void GrSkSLFP::setInput(std::unique_ptr<GrFragmentProcessor> input) { in setInput() function in GrSkSLFP
|