Home
last modified time | relevance | path

Searched defs:setInput (Results 1 – 7 of 7) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.cpp110 void TPpContext::setInput(TInputScanner& input, bool versionWillBeError) in setInput() function in glslang::TPpContext
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter.cc151 int OpAdapterImpl::setInput(const OperatorPtr &op, int index, const OperatorPtr &input) { in setInput() function in mindspore::transform::OpAdapterImpl
199 int OpAdapterImpl::setInput(const OperatorPtr &op, int index, const OutHandler &handle) { in setInput() function in mindspore::transform::OpAdapterImpl
208 int OpAdapterImpl::setInput(const OperatorPtr &op, int index, in setInput() function in mindspore::transform::OpAdapterImpl
Dop_adapter.h208 int setInput(const OperatorPtr &op, int index, const OperatorPtr &input) override { in setInput() function
220 int setInput(const OperatorPtr &op, int index, const OutHandler &handle) override { in setInput() function
224 …int setInput(const OperatorPtr &op, int index, const std::shared_ptr<std::vector<OutHandler>> &han… in setInput() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexShader.cpp160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() function in sw::VertexShader
DPixelShader.cpp141 void PixelShader::setInput(int inputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setInput() function in sw::PixelShader
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DFLLiteClient.java629 public int setInput(String dataPath) { in setInput() method in FLLiteClient
/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp333 void GrSkSLFP::setInput(std::unique_ptr<GrFragmentProcessor> input) { in setInput() function in GrSkSLFP