Home
last modified time | relevance | path

Searched refs:enable_logging (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dbridge.cc54 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 …]
Dbridge.h31 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/
Dinit.c109 static void enable_logging(void) in enable_logging() function
278 enable_logging(); in main()
/external/kmod/
Dconfigure.ac170 [], enable_logging=yes)
171 AS_IF([test "x$enable_logging" = "xyes"], [
322 logging: ${enable_logging}
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher.h190 const Pattern& pattern, bool enable_logging, in MatchAndLogIfFailed() argument
193 if (matched || !enable_logging || !Match(instr, filter_pattern)) { in MatchAndLogIfFailed()