Home
last modified time | relevance | path

Searched refs:RunConfig (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.estimator.tpu.-run-config.pbtxt1 path: "tensorflow.estimator.tpu.RunConfig"
3 is_instance: "<class \'tensorflow_estimator.python.estimator.tpu.tpu_config.RunConfig\'>"
4 is_instance: "<class \'tensorflow_estimator.python.estimator.run_config.RunConfig\'>"
Dtensorflow.estimator.-run-config.pbtxt1 path: "tensorflow.estimator.RunConfig"
3 is_instance: "<class \'tensorflow_estimator.python.estimator.run_config.RunConfig\'>"
Dtensorflow.estimator.tpu.pbtxt8 name: "RunConfig"
Dtensorflow.estimator.pbtxt164 name: "RunConfig"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.estimator.-run-config.pbtxt1 path: "tensorflow.estimator.RunConfig"
3 is_instance: "<class \'tensorflow_estimator.python.estimator.run_config.RunConfig\'>"
Dtensorflow.estimator.pbtxt164 name: "RunConfig"
/external/tensorflow/tensorflow/core/platform/
Dram_file_system_test.py27 from tensorflow.python.estimator.run_config import RunConfig
122 config = RunConfig(
/external/tensorflow/tensorflow/python/tpu/
Dasync_checkpoint_test.py104 config = tpu_config.RunConfig(
154 config = tpu_config.RunConfig(
/external/perfetto/test/stress_test/
Dstress_test.cc110 void RunConfig(const char* cfg_name, const StressTestConfig&, bool verbose);
154 void TestHarness::RunConfig(const char* cfg_name, in RunConfig() function in perfetto::__anonedb5b0c80111::TestHarness
465 th.RunConfig(cfg_blob.name, cfg, verbose); in StressTestMain()
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dquantization_mnist_test.py30 from tensorflow.python.estimator.run_config import RunConfig
243 config=RunConfig(session_config=config_proto))
/external/tensorflow/
DRELEASE.md2950 RunConfig.
2985RunConfig` now sets device_filters to restrict how workers and PS can communicate. This can speed …
3153 * Can now pass `tf.contrib.distribute.MirroredStrategy()` to `tf.estimator.RunConfig()` to run an E…
3411 * Change `RunConfig` default behavior to not set a random seed, making random
3628 * Change `RunConfig` default behavior to not set a random seed, making random