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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
xfeed_manager.cc 34 buffer->Done(ShapeUtil::MakeNil());
  /external/tensorflow/tensorflow/compiler/xla/
literal_test.cc 394 Literal nil(ShapeUtil::MakeNil());
    [all...]
shape_tree.h 100 ShapeTree() : ShapeTree(ShapeUtil::MakeNil()) {}
shape_util.h 358 static Shape MakeNil() { return MakeTupleShape({}); }
    [all...]
shape_util_test.cc 305 EXPECT_TRUE(ShapeUtil::IsEmptyTuple(ShapeUtil::MakeNil()));
380 EXPECT_FALSE(ShapeUtil::IsZeroElementArray(ShapeUtil::MakeNil()));
    [all...]
literal.h 751 Literal() : Literal(ShapeUtil::MakeNil()) {}
    [all...]
literal.cc 496 src_literal.shape_ = absl::make_unique<Shape>(ShapeUtil::MakeNil());
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
pattern_matcher_test.cc 592 EXPECT_DESC_AND_EXPLANATION(ShapeUtil::MakeNil(), m::Shape().IsArray(),
618 EXPECT_DESC_AND_EXPLANATION(ShapeUtil::MakeNil(),
    [all...]
hlo_instructions.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
xla_builder.cc     [all...]

Completed in 212 milliseconds