Searched refs:TotalElementCount (Results 1 – 6 of 6) sorted by relevance
74 std::size_t TotalElementCount(const ConstantSubscripts &shape) { in TotalElementCount() function129 CHECK(size() == TotalElementCount(shape()));143 std::size_t n{TotalElementCount(dims)}; in Reshape()203 CHECK(strings.size() == TotalElementCount(shape()));230 return TotalElementCount(shape()); in size()268 std::size_t n{TotalElementCount(dims)}; in Reshape()
21 auto elements{TotalElementCount(x.shape())}; in Add()91 std::size_t elements{TotalElementCount(extents_)}; in Test()
365 std::size_t elements{TotalElementCount(*extents)}; in From()
495 if (TotalElementCount(shape) > 0) { in FoldElementalIntrinsicHelper()867 std::size_t resultElements{TotalElementCount(shape.value())}; in RESHAPE()937 spread.CopyFrom(*source, TotalElementCount(spread.shape()), at, &dimOrder); in SPREAD()
68 auto elements{TotalElementCount(x.shape())}; in Add()
49 std::size_t TotalElementCount(const ConstantSubscripts &);