HomeSort by relevance Sort by last modified time
    Searched refs:IsEmptyTuple (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
outfeed_thunk.cc 42 if (ShapeUtil::IsEmptyTuple(hlo_instruction()->operand(0)->shape())) {
  /external/tensorflow/tensorflow/compiler/xla/
shape_util_test.cc 305 EXPECT_TRUE(ShapeUtil::IsEmptyTuple(ShapeUtil::MakeNil()));
306 EXPECT_FALSE(ShapeUtil::IsEmptyTuple(ShapeUtil::MakeShape(F32, {1, 2, 3})));
307 EXPECT_FALSE(ShapeUtil::IsEmptyTuple(ShapeUtil::MakeShape(F32, {0, 1})));
308 EXPECT_FALSE(ShapeUtil::IsEmptyTuple(
310 EXPECT_FALSE(ShapeUtil::IsEmptyTuple(
    [all...]
shape_tree_test.cc 55 EXPECT_TRUE(ShapeUtil::IsEmptyTuple(int_tree.shape()));
58 EXPECT_TRUE(ShapeUtil::IsEmptyTuple(bool_tree.shape()));
shape_util.h 465 static bool IsEmptyTuple(const Shape& shape);
    [all...]
literal_test.cc     [all...]
shape_util.cc 334 /* static */ bool ShapeUtil::IsEmptyTuple(const Shape& shape) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_sharding.cc 205 return ShapeUtil::IsEmptyTuple(shape) ? 1 : ShapeUtil::GetLeafCount(shape);
225 if (ShapeUtil::IsEmptyTuple(shape)) {
while_loop_simplifier.cc 405 if (ShapeUtil::IsEmptyTuple(new_while_shape)) {
    [all...]
hlo_parser.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
client.cc 317 if (!ShapeUtil::IsEmptyTuple(shape)) {

Completed in 1659 milliseconds