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

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_value.h 136 bool IsTuple() const { return is_tuple_; }
172 bool is_tuple_ : 1;
buffer_value.cc 33 is_tuple_ = shape.IsTuple();
buffer_assignment.h 106 bool is_tuple() const { return is_tuple_; }
107 void set_is_tuple(bool is_tuple) { is_tuple_ = is_tuple; }
304 bool is_tuple_ = false; member in class:xla::BufferAllocation
buffer_assignment.cc 258 proto.set_is_tuple(is_tuple_);
    [all...]

Completed in 96 milliseconds