Searched refs:n_ops (Results 1 – 3 of 3) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpgfpxstuff.c | 61 int n_ops = div_upper(bitsize, w) + n_overhead; in getNumOperations() local 62 return n_ops; in getNumOperations()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelDAGToDAG.cpp | 618 int n_ops = -1; in Select() local 636 n_ops = 2; in Select() 643 n_ops = 2; in Select() 887 n_ops = 2; in Select() 891 if (n_ops > 0) { in Select() 893 return CurDAG->SelectNodeTo(N, NewOpc, OpVT, Ops, n_ops); in Select() 895 return CurDAG->getMachineNode(NewOpc, dl, OpVT, Ops, n_ops); in Select()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | check_ops_test.py | 1010 n_ops = self._apply_n_times(array_ops.identity, input_op) 1011 self._run(n_ops, name="NIdentityOps_1000")
|