Home
last modified time | relevance | path

Searched defs:SetParams (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/op/
Dresize_tensorrt.cc162 int ResizeTensorRT::SetParams(nvinfer1::IResizeLayer *resize_layer) { in SetParams() function in mindspore::lite::ResizeTensorRT
/third_party/node/src/
Dnode_zlib.cc1070 CompressionError ZlibContext::SetParams(int level, int strategy) { in SetParams() function in node::__anon304b32780111::ZlibContext
1156 CompressionError BrotliEncoderContext::SetParams(int key, uint32_t value) { in SetParams() function in node::__anon304b32780111::BrotliEncoderContext
1221 CompressionError BrotliDecoderContext::SetParams(int key, uint32_t value) { in SetParams() function in node::__anon304b32780111::BrotliDecoderContext
/third_party/mindspore/mindspore/core/ir/
Dmanager.cc111 class SetParams : public Change { class
113 SetParams(const FuncGraphPtr &func_graph, const std::vector<AnfNodePtr> &params) in SetParams() function in mindspore::change::SetParams