Home
last modified time | relevance | path

Searched defs:const_shape (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fusion/
Dpadd_update_fusion.cc120 ShapeVector const_shape = {SizeToLong(paddings.size()), SizeToLong(paddings[0].size())}; in Process() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/op/
Delementwise_tensorrt.cc341 auto const_shape = const_tensor.Shape(); in AddConstTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/graph_util/
Dgraph_utils.cc465 std::vector<int64_t> const_shape{-1}; in ConvertConstParamToDynamic() local
506 std::vector<int64_t> const_shape(shape_input.size()); in ConvertConstParamToDynamic() local
609 std::vector<int64_t> const_shape{-1}; in ConvertReshapeInputs() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Danf_runtime_algorithm.cc2109 const auto &const_shape = const_tensor->shape(); in CheckValidTensorTuple() local