Home
last modified time | relevance | path

Searched refs:ArrayDataSize (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h756 static int64_t ArrayDataSize(const Shape& shape);
Dshape_util.cc1789 /*static*/ int64_t ShapeUtil::ArrayDataSize(const Shape& shape) { in ArrayDataSize() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc1053 (ShapeUtil::ArrayDataSize(output_shape) == in HandleBitcast()
1054 ShapeUtil::ArrayDataSize(operand_shape)))) { in HandleBitcast()