OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dot_result
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_layout_assignment_test.cc
192
auto
dot_result
= builder.AddInstruction(
local
205
for (HloInstruction* instruction : {dot_lhs, dot_rhs,
dot_result
}) {
232
auto
dot_result
= builder.AddInstruction(
local
245
for (HloInstruction* instruction : {dot_lhs, dot_rhs,
dot_result
}) {
280
HloInstruction*
dot_result
=
local
285
dot_shape, HloOpcode::kAdd,
dot_result
, addend));
288
dot_shape, HloOpcode::kAdd, addend,
dot_result
));
301
HloInstruction* fused_dot = fusion_instruction->FuseInstruction(
dot_result
);
304
computation->RemoveInstructionAndUnusedOperands(
dot_result
));
/external/v8/src/ast/
ast-value-factory.h
211
F(
dot_result
, ".result") \
Completed in 156 milliseconds