Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Ddump_graphviz.cc584 int64 math_ops; member
685 std::vector<std::string> prefixes, int64* math_ops) { in InsertNode()
710 int64_t math_ops; // Temporary storage for math ops used during recursion. in BuildArrayTree() local
/external/tensorflow/tensorflow/python/framework/
Dindexed_slices.py46 math_ops = LazyLoader( variable
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_gen_test.py27 from tensorflow.python.ops import gen_math_ops as math_ops unknown
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc396 Microseconds CostModel::ComputationTimeEstimate(int64_t math_ops) { in ComputationTimeEstimate()