Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto43 int64 float_ops = 13; field
105 int64 float_ops = 5; field
Dtfprof_log.proto33 int64 float_ops = 2; field
88 int64 float_ops = 8; field
/external/mesa3d/src/glx/
Dindirect_vertex_array.c1155 static const uint16_t float_ops[5] = { in __indirect_glVertexPointer() local
1271 static const uint16_t float_ops[5] = { in __indirect_glColorPointer() local
1413 static const uint16_t float_ops[5] = { in __indirect_glTexCoordPointer() local
1619 static const uint16_t float_ops[5] = { in __indirect_glVertexAttribPointer() local
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h356 void AddFloatOps(int64 float_ops) { node_.set_float_ops(float_ops); } in AddFloatOps()
678 int64 float_ops(int64 step) const { in float_ops() function
849 int64 float_ops() const { return float_ops_; } in float_ops() function