OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_properties_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_cost_analysis.cc
46
current_properties_
.clear();
56
current_properties_
[kBytesAccessedKey] = bytes_accessed;
66
for (const auto& property :
current_properties_
) {
74
current_properties_
[kOptimalSecondsKey] = optimal_seconds;
77
TF_RET_CHECK(hlo_properties_.emplace(hlo,
current_properties_
).second);
78
for (const auto& property :
current_properties_
) {
98
current_properties_
[kTranscendentalsKey] = computation_count;
102
current_properties_
[kFlopsKey] = computation_count;
154
current_properties_
[kBytesAccessedKey] = 0;
155
current_properties_
[kOptimalSecondsKey] = 0
[
all
...]
hlo_cost_analysis.h
213
Properties
current_properties_
;
member in class:xla::HloCostAnalysis
Completed in 71 milliseconds