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 113 return is_entry_computation_parameter_;
125 CHECK(is_entry_computation_parameter_);
132 CHECK(is_entry_computation_parameter_);
283 is_entry_computation_parameter_ = true;
312 bool is_entry_computation_parameter_ = false; member in class:xla::BufferAllocation
buffer_assignment.cc 260 if (is_entry_computation_parameter_) {
    [all...]

Completed in 130 milliseconds