Searched defs:TensorShape (Results 1 – 8 of 8) sorted by relevance
68 TensorShape::TensorShape(const std::initializer_list<dsize_t> &list) in TensorShape() function in mindspore::dataset::TensorShape73 TensorShape::TensorShape(const std::vector<dsize_t> &list) in TensorShape() function in mindspore::dataset::TensorShape78 TensorShape::TensorShape(const TensorShape &shape) in TensorShape() function in mindspore::dataset::TensorShape85 TensorShape::TensorShape(py::list l) in TensorShape() function in mindspore::dataset::TensorShape100 TensorShape::TensorShape(cv::MatSize cv_size, uint32_t type) in TensorShape() function in mindspore::dataset::TensorShape
19 message TensorShape { message
33 using TensorShape = Shape; variable
35 …const std::map<std::string, std::pair<TensorShape, std::shared_ptr<Tensor>>> &pad_info, bool pad_t… in BucketBatchByLengthNode()
37 std::map<std::string, std::pair<TensorShape, std::shared_ptr<Tensor>>> pad_map) in BatchNode()
43 class TensorShape; variable
45 class TensorShape; variable
256 Status toPadInfo(py::dict value, std::map<std::string, std::pair<TensorShape, std::shared_ptr<Tenso… in toPadInfo()