OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFastMathFlags
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.h
261
llvm::FastMathFlags
GetFastMathFlags
(bool fast_math_enabled);
llvm_util.cc
105
if (ir_builder->
getFastMathFlags
().noNaNs()) {
116
if (ir_builder->
getFastMathFlags
().noNaNs()) {
611
llvm::FastMathFlags
GetFastMathFlags
(bool fast_math_enabled) {
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.cc
64
ir_builder_.setFastMathFlags(llvm_ir::
GetFastMathFlags
(
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc
101
ir_builder_.setFastMathFlags(llvm_ir::
GetFastMathFlags
(
[
all
...]
Completed in 941 milliseconds