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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_dataflow_analysis.h 233 std::unordered_map<const HloInstruction*, InstructionValueSet> value_sets_; member in class:xla::HloDataflowAnalysis
hlo_dataflow_analysis.cc 125 for (const auto& pair : value_sets_) {
727 return value_sets_.at(instruction);
732 return value_sets_.at(instruction);
740 value_sets_.emplace(std::piecewise_construct,
    [all...]

Completed in 41 milliseconds