Home
last modified time | relevance | path

Searched defs:ReLU (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Drelu.py19 class ReLU(Expander): class
/third_party/mindspore/mindspore/core/ops/
Drelu.h35 ReLU() : PrimitiveC(kNameReLU) { InitIOName({"x"}, {"output"}); } in ReLU() function
/third_party/mindspore/mindspore/nn/layer/
Dactivation.py201 class ReLU(Cell): class
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dtrt_op_converter.cc344 MS_TRT_CONVERTER_FUNC_REG(ReLU) { return AddActivationLayer(node, context, nvinfer1::ActivationType… in MS_TRT_CONVERTER_FUNC_REG() argument
/third_party/mindspore/mindspore/ops/operations/
Dnn_ops.py420 class ReLU(Primitive): class