OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:elementwise_ops_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/grappler/costs/
op_level_cost_estimator.h
156
std::map<string, int>
elementwise_ops_
;
member in class:tensorflow::grappler::OpLevelCostEstimator
op_level_cost_estimator.cc
187
elementwise_ops_
= {
295
if (
elementwise_ops_
.find(op_features.op()) !=
elementwise_ops_
.end()) {
387
auto it =
elementwise_ops_
.find(op_features.op());
388
if (it !=
elementwise_ops_
.end()) {
[
all
...]
Completed in 233 milliseconds