Searched defs:leaf_count (Results 1 – 12 of 12) sorted by relevance
49 const int64_t leaf_count = output_buffers->leaf_count(); in ExecuteOnStream() local
33 #define TREE_SIZE(leaf_count) (2 * (leaf_count)-2) argument
275 int64_t leaf_count = RequiredLeaves(tuple_shape); in SingleTuple() local473 const int64_t leaf_count = ShapeUtil::GetLeafCount(shape); in RequiredLeaves() local478 int64_t leaf_count = ShapeUtil::GetLeafCount(shape); in CheckLeafCount() local
1210 int leaf_count = ShapeUtil::GetLeafCount(instruction->shape()); in ParseInstructionRhs() local
211 int64_t leaf_count() const { return std::distance(leaf_begin(), leaf_end()); } in leaf_count() function
394 static constexpr int leaf_count = 3; in TEST() local
393 static constexpr int leaf_count = 3; in TEST() local
242 int leaf_count = 0; in UnflattenImpl() local
557 __u32 leaf_count; member