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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.h 431 std::map<const HloComputation*, llvm::Function*> emitted_functions_; member in namespace:xla::cpu
ir_emitter.cc 143 InsertOrDie(&emitted_functions_, computation, ir_function);
576 auto less_than_function = FindOrDie(emitted_functions_, sort->to_apply());
    [all...]

Completed in 217 milliseconds