Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dprim_nn.cc143 AbstractTensorPtrList tensorPtrList = std::vector<AbstractTensorPtr>(); in InferImplBatchNorm() local
146 tensorPtrList.push_back(param); in InferImplBatchNorm()
148 (void)CheckTensorsDTypeSame(tensorPtrList, {kFloat16, kFloat32}, in InferImplBatchNorm()