Home
last modified time | relevance | path

Searched refs:RegisterStatistics (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/internal/
Dflops_registry.py71 @ops.RegisterStatistics("Reciprocal", "flops")
77 @ops.RegisterStatistics("Square", "flops")
83 @ops.RegisterStatistics("Rsqrt", "flops")
90 @ops.RegisterStatistics("Log", "flops")
96 @ops.RegisterStatistics("Neg", "flops")
102 @ops.RegisterStatistics("AssignSub", "flops")
108 @ops.RegisterStatistics("AssignAdd", "flops")
114 @ops.RegisterStatistics("L2Loss", "flops")
124 @ops.RegisterStatistics("Softmax", "flops")
147 @ops.RegisterStatistics("Add", "flops")
[all …]
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_model_architecture.md48 * It must have `RegisterStatistics('flops')` defined in TensorFlow. tfprof
52 * It must have known "shape" information for RegisterStatistics('flops') to
Doptions.md95 … this number of float operations. Only available if an node has op.RegisterStatistics() defined an…
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto31 // op has RegisterStatistics defined. Currently, Conv2D, MatMul, etc, are
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py3926 @ops.RegisterStatistics("Conv2D", "flops")
3945 @ops.RegisterStatistics("DepthwiseConv2dNative", "flops")
3961 @ops.RegisterStatistics("BiasAdd", "flops")
4521 @ops.RegisterStatistics("Dilation2D", "flops")
Dmath_ops.py2688 @ops.RegisterStatistics("MatMul", "flops")
/external/tensorflow/tensorflow/python/framework/
Dops.py2832 class RegisterStatistics(object): class
Dops_test.py2659 @ops.RegisterStatistics("a", "flops")