OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:real_result
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/client/lib/
math.cc
474
XlaOp
real_result
= Select(need_to_reflect, reflection, y);
479
real_result
);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.cc
459
llvm::Value*
real_result
= b->CreateFSub(real_result1, real_result2);
local
463
return {
real_result
, imag_result};
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc
543
auto
real_result
= FSub(FMul(exp_a, cos_b), one);
local
545
return EmitComposeComplex(op,
real_result
, imag_result);
[
all
...]
Completed in 1089 milliseconds