OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iselementwise
(Results
1 - 9
of
9
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
instruction_fusion.cc
28
return (hlo.
IsElementwise
() && hlo.operand_count() > 0) ||
80
!producer->
IsElementwise
()) {
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_instruction_fusion.cc
32
return hlo.
IsElementwise
() || //
/external/tensorflow/tensorflow/compiler/xla/service/
liveness_util.cc
272
return user->
IsElementwise
();
376
return user->
IsElementwise
();
hlo_instruction_test.cc
[
all
...]
reshape_mover.cc
238
if (!instruction->
IsElementwise
() || instruction->operands().empty() ||
hlo_instruction.cc
[
all
...]
hlo_instruction.h
[
all
...]
algebraic_simplifier.cc
[
all
...]
elemental_ir_emitter.cc
[
all
...]
Completed in 602 milliseconds