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

  /external/tensorflow/tensorflow/compiler/xla/service/
layout_assignment.h 233 buffer_sets_cache_; member in class:xla::LayoutConstraints
layout_assignment.cc 125 auto it = buffer_sets_cache_.find(instruction);
126 if (it != buffer_sets_cache_.end()) {
130 buffer_sets_cache_
    [all...]

Completed in 376 milliseconds