Home
last modified time | relevance | path

Searched refs:SubshapeCount (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h286 auto last = first + ShapeUtil::SubshapeCount(src_shape); in CopySubtreeFrom()
296 size_t count = ShapeUtil::SubshapeCount(*sub_shape); in SubShapeTree()
324 DCHECK_EQ(nodes_.size(), ShapeUtil::SubshapeCount(*shape)); in ShapeTree()
Dshape_util.h437 static int64_t SubshapeCount(const Shape& shape);
Dshape_util.cc570 /* static */ int64_t ShapeUtil::SubshapeCount(const Shape& shape) { in SubshapeCount() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtracked_device_buffer_test.cc109 ShapeUtil::SubshapeCount( in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_fusible.cc442 int64_t num_output_buffers = ShapeUtil::SubshapeCount(instr1.shape()) + in FusionFitsInBudget()
443 ShapeUtil::SubshapeCount(instr2.shape()); in FusionFitsInBudget()
Dmulti_output_fusion_test.cc763 EXPECT_LE(instr->operand_count() + ShapeUtil::SubshapeCount(instr->shape()), in TEST_F()