Home
last modified time | relevance | path

Searched refs:SetParams (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_zlib.cc147 CompressionError SetParams(int level, int strategy);
216 CompressionError SetParams(int key, uint32_t value);
236 CompressionError SetParams(int key, uint32_t value);
638 const CompressionError err = wrap->context()->SetParams(level, strategy); in Params()
701 err = wrap->context()->SetParams(i, data[i]); in Init()
1070 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/lite/src/delegate/tensorrt/op/
Dresize_tensorrt.cc69 ret = SetParams(resize_layer); in AddInnerOp()
162 int ResizeTensorRT::SetParams(nvinfer1::IResizeLayer *resize_layer) { in SetParams() function in mindspore::lite::ResizeTensorRT
Dresize_tensorrt.h44 int SetParams(nvinfer1::IResizeLayer *resize_layer);
/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
115 ~SetParams() override = default;
776 (void)changes_.emplace_back(std::make_unique<change::SetParams>(fg, params)); in SetParameters()