Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dshared_device_buffer_test.cc149 ShapeUtil::SubshapeCount( in TEST()
153 ShapeUtil::SubshapeCount( in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_fusible.cc315 int64 num_output_buffers = ShapeUtil::SubshapeCount(instr1.shape()) + in FusionWouldBeTooLarge()
316 ShapeUtil::SubshapeCount(instr2.shape()); in FusionWouldBeTooLarge()
Dmulti_output_fusion_test.cc759 EXPECT_LE(instr->operand_count() + ShapeUtil::SubshapeCount(instr->shape()), in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h489 static int64 SubshapeCount(const Shape& shape);
Dshape_util.cc398 /* static */ int64 ShapeUtil::SubshapeCount(const Shape& shape) { in SubshapeCount() function in xla::ShapeUtil