Home
last modified time | relevance | path

Searched refs:is_constant_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h123 bool is_constant() const { return is_constant_; } in is_constant()
294 void set_constant(bool is_constant) { is_constant_ = is_constant; } in set_constant()
336 bool is_constant_ = false; variable
Dbuffer_assignment.cc284 proto.set_is_constant(is_constant_); in ToProto()