Home
last modified time | relevance | path

Searched defs:math_ops (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Ddump_graphviz.cc579 int64 math_ops; member
680 std::vector<string> prefixes, int64* math_ops) { in InsertNode()
705 int64 math_ops; // Temporary storage for math ops used during recursion. in BuildArrayTree() local
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc393 Microseconds CostModel::ComputationTimeEstimate(int64 math_ops) { in ComputationTimeEstimate()