OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tuple_copy
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation_test.cc
286
auto
tuple_copy
= computation->DeepCopyInstruction(tuple).ValueOrDie();
local
288
EXPECT_THAT(
tuple_copy
, GmockMatch(m::Tuple(
291
EXPECT_EQ(0,
tuple_copy
->operand(0)->operand(0)->tuple_index());
292
EXPECT_EQ(1,
tuple_copy
->operand(1)->operand(0)->tuple_index());
layout_assignment.cc
[
all
...]
Completed in 198 milliseconds