Home
last modified time | relevance | path

Searched defs:LayerInput (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dlayer_input.h29 LayerInput() : type_(InputType::kUnknown), weight_(), tensor_(nullptr) {} in LayerInput() function
30 explicit LayerInput(nvinfer1::Weights &w, const std::vector<int64_t> &s) in LayerInput() function
32 explicit LayerInput(nvinfer1::ITensor *t, const std::vector<int64_t> &s) in LayerInput() function
Dtrt_op_factory.h32 class LayerInput; variable