Searched refs:show_op (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | insert_logging.cc | 62 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()
|
D | README.md | 531 * show_op: If true, the op type will be prepended to all log messages.
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 533 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/ |
D | SkPathOpsDebug.cpp | 555 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op() function 568 show_op(shapeOp, "path", "pathB"); in ShowPath()
|