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

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 85 return is_entry_computation_parameter_;
90 CHECK(is_entry_computation_parameter_);
97 CHECK(is_entry_computation_parameter_);
215 is_entry_computation_parameter_ = true;
241 bool is_entry_computation_parameter_ = false; member in class:xla::BufferAllocation
buffer_assignment.cc 96 if (is_entry_computation_parameter_) {
    [all...]

Completed in 501 milliseconds