HomeSort by relevance Sort by last modified time
    Searched full:emitted_function (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.cc 160 llvm::Function*& emitted_function = local
162 if (emitted_function == nullptr) {
167 emitted_function = ir_emitter_nested.GetEmittedFunction();
173 ir_builder_.CreateCall(emitted_function, arguments);
    [all...]

Completed in 577 milliseconds