OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:part_out_name
(Results
1 - 1
of
1
) sorted by null
/external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding_test.cc
734
string
part_out_name
= strings::StrCat("part_out", i);
local
735
ops::Identity partition_out(scope.WithOpName(
part_out_name
),
737
outputs.push_back(
part_out_name
);
[
all
...]
Completed in 73 milliseconds