Home
last modified time | relevance | path

Searched defs:tensor_shapes (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dget_tuple_index_info.cc119const std::vector<ShapeVector> &tensor_shapes, bool *has_zero_tensor, in GetSliceShape()
156 const ShapeVector &data_shape, const std::vector<ShapeVector> &tensor_shapes, in ConstGetTupleIndexInfo()
Dsparse_apply_centered_rms_prop.cc73 std::vector<ShapeVector> tensor_shapes = {var_shape, mg_shape, ms_shape, mom_shape}; in SparseApplyCenteredRMSPropInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsparse_apply_momentum.cc81 std::map<std::string, std::shared_ptr<TensorShape>> tensor_shapes; in ValidParam() local
Dsparse_apply_proximal_gradient_descent.cc82 std::map<std::string, std::shared_ptr<TensorShape>> tensor_shapes; in ValidParam() local
Dsparse_apply_adagrad_da.cc122 std::map<std::string, std::shared_ptr<TensorShape>> tensor_shapes; in ValidParam() local
Dsparse_apply_centered_rms_prop.cc98 std::map<std::string, std::shared_ptr<TensorShape>> tensor_shapes; in ValidParam() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dtriplet_margin_loss_impl.cu23 …__ void FillAndBroadcast(const int64_t size, const size_t shape_size, const int64_t *tensor_shapes, in FillAndBroadcast()
213const int64_t *tensor_shapes, const int64_t *dst_shape, const size_t outer_size, in CalTripletMarginLoss()