Home
last modified time | relevance | path

Searched refs:configure_target (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.h45 std::function<void(llvm::TargetMachine*)> configure_target = nullptr);
Dgpu_backend_lib.cc515 std::function<void(llvm::TargetMachine*)> configure_target) { in CompileToPtx() argument
547 if (configure_target) { in CompileToPtx()
548 configure_target(target_machine.get()); in CompileToPtx()