Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/op/
Dmatmul_tensorrt.cc43transpose_a_ = primitive->transpose_a() ? nvinfer1::MatrixOperation::kTRANSPOSE : nvinfer1::Matrix… in AddInnerOp()
46 transpose_a_ = nvinfer1::MatrixOperation::kNONE; in AddInnerOp()
66 …auto matmul_layer = network->addMatrixMultiply(*matmul_input, transpose_a_, *weight, transpose_b_); in AddInnerOp()
Dmatmul_tensorrt.h39 nvinfer1::MatrixOperation transpose_a_ = nvinfer1::MatrixOperation::kNONE;
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dmatmul_info.cc80 transpose_a_ = transpose_a_iter->second->cast<BoolImmPtr>()->value(); in GetAttrs()
411 if (transpose_a_) { in GenerateStrategies()
518 if (transpose_a_) { in PrepareStrategy()
538 if (transpose_a_) { in InitTensorInfoForCost()
Dmatmul_info.h62 bool transpose_a_ = false; variable