Searched refs:enable_logging (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | bridge.cc | 54 ModuleOp module, bool enable_logging, in RunTFXLABridge() argument 69 if (enable_logging || VLOG_IS_ON(1)) { in RunTFXLABridge() 75 if (enable_logging || VLOG_IS_ON(1)) in RunTFXLABridge() 227 tensorflow::Status TPUBridge(ModuleOp module, bool enable_logging, in TPUBridge() argument 230 RunTFXLABridge(module, enable_logging, CreateTPUBridgePipeline); in TPUBridge() 239 tensorflow::Status TPUBridgeV1Compat(ModuleOp module, bool enable_logging, in TPUBridgeV1Compat() argument 242 RunTFXLABridge(module, enable_logging, CreateTPUBridgePipelineV1); in TPUBridgeV1Compat() 274 bool enable_logging, in RunBridgeWithStandardPipeline() argument 286 if (enable_logging || VLOG_IS_ON(1)) { in RunBridgeWithStandardPipeline() 293 if (enable_logging || VLOG_IS_ON(1)) in RunBridgeWithStandardPipeline() [all …]
|
D | bridge.h | 31 tensorflow::Status TPUBridge(ModuleOp module, bool enable_logging, 40 tensorflow::Status TPUBridgeV1Compat(ModuleOp module, bool enable_logging, 52 bool enable_logging, 56 tensorflow::Status RunTFXLABridge(ModuleOp module, bool enable_logging);
|
/external/linux-kselftest/tools/testing/selftests/wireguard/qemu/ |
D | init.c | 109 static void enable_logging(void) in enable_logging() function 278 enable_logging(); in main()
|
/external/kmod/ |
D | configure.ac | 170 [], enable_logging=yes) 171 AS_IF([test "x$enable_logging" = "xyes"], [ 322 logging: ${enable_logging}
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher.h | 190 const Pattern& pattern, bool enable_logging, in MatchAndLogIfFailed() argument 193 if (matched || !enable_logging || !Match(instr, filter_pattern)) { in MatchAndLogIfFailed()
|