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

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 120 bool is_constant() const { return is_constant_; }
289 void set_constant(bool is_constant) { is_constant_ = is_constant; }
332 bool is_constant_ = false; member in class:xla::BufferAllocation
buffer_assignment.cc 267 proto.set_is_constant(is_constant_);
    [all...]

Completed in 125 milliseconds