Home
last modified time | relevance | path

Searched refs:show_op (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dinsert_logging.cc62 bool show_op; in InsertLogging() local
63 TF_RETURN_IF_ERROR(context.GetOneBoolParameter("show_op", false, &show_op)); in InsertLogging()
118 if (show_op) { in InsertLogging()
DREADME.md531 * show_op: If true, the op type will be prepended to all log messages.
/external/skia/src/pathops/
DSkPathOpsDebug.cpp533 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op() function
546 show_op(shapeOp, "path", "pathB"); in ShowPath()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp555 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op() function
568 show_op(shapeOp, "path", "pathB"); in ShowPath()