OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:source_element_count
(Results
1 - 1
of
1
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_cost_analysis.cc
308
const auto
source_element_count
= ShapeUtil::ElementsIn(source->shape());
local
313
const int64 select_count =
source_element_count
* (window_element_count - 1);
322
property.second *
source_element_count
;
Completed in 420 milliseconds