Home
last modified time | relevance | path

Searched defs:config_proto (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer_test.cc143 ConfigProto config_proto; in TEST_F() local
162 ConfigProto config_proto; in TEST_F() local
184 ConfigProto config_proto; in TEST_F() local
205 ConfigProto config_proto; in TEST_F() local
222 ConfigProto config_proto; in TEST_F() local
241 ConfigProto config_proto; in TEST_F() local
405 ConfigProto config_proto; in TEST_F() local
497 ConfigProto config_proto; in TEST_F() local
610 ConfigProto config_proto; in TEST_F() local
779 ConfigProto config_proto; in TEST_F() local
[all …]
Dmeta_optimizer.cc845 Device* cpu_device, const ConfigProto& config_proto, in OptimizeGraph()
/external/tensorflow/tensorflow/python/distribute/cluster_resolver/
Dcluster_resolver.py42 def get_accelerator_devices(master, config_proto): argument
122 config_proto=None): argument
248 config_proto=None): argument
440 config_proto=None): argument
Dslurm_cluster_resolver.py223 config_proto=None): argument
Dtfconfig_cluster_resolver.py123 config_proto=None): argument
Dtpu_cluster_resolver.py261 config_proto=None): argument
/external/tensorflow/tensorflow/python/grappler/
Dtf_optimizer.py27 def OptimizeGraph(config_proto, argument
Dtf_optimizer_wrapper.cc68 tensorflow::ConfigProto config_proto; in PYBIND11_MODULE() local
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dtest_util.py29 def grappler_optimize(graph, fetches=None, config_proto=None): argument
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding.py756 def config_proto(self): member in TPUEmbedding
1225 table_config, table_variables, config_proto): argument
1243 table_config, table_variables, config_proto): argument
1330 table_config, table_variables, config_proto): argument
1432 table_config, table_variables, config_proto): argument
1519 table_config, table_variables, config_proto): argument
/external/perfetto/src/tracing/consumer_api_deprecated/
Dconsumer_api_deprecated.cc321 TraceConfig config_proto; in Create() local
400 PERFETTO_EXPORTED_API Handle Create(const void* config_proto, in Create()
/external/tensorflow/tensorflow/core/example/
Dexample_parser_configuration.cc164 const ExampleParserConfiguration& config_proto, in ExampleParserConfigurationProtoToFeatureVectors()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc127 const ConfigProto& config_proto, int64 collective_graph_key, in InitItem()
292 const ConfigProto& config_proto, int64 collective_graph_key, in Register()
/external/tensorflow/tensorflow/python/distribute/
Dcollective_all_reduce_strategy.py470 def _update_config_proto(self, config_proto): argument
Dparameter_server_strategy.py582 def _update_config_proto(self, config_proto): argument
Ddistribute_lib.py991 def update_config_proto(self, config_proto): argument
1163 def update_config_proto(self, config_proto): argument
1710 def _update_config_proto(self, config_proto): argument
Dtpu_strategy.py733 def _update_config_proto(self, config_proto): argument
Dmirrored_strategy.py783 def _update_config_proto(self, config_proto): argument
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc264 xrt::XRTExecutionConfig config_proto; in DoWork() local
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto139 ConfigProto config_proto = 8; field
/external/tensorflow/tensorflow/core/framework/
Dfunction.h618 ConfigProto config_proto; member
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc281 const ConfigProto* const FunctionLibraryRuntimeOverlay::config_proto() { in config_proto() function in tensorflow::FunctionLibraryRuntimeOverlay
370 const ConfigProto* const config_proto() override { return config_; } in config_proto() function in tensorflow::FunctionLibraryRuntimeImpl
/external/tensorflow/tensorflow/python/eager/
Dcontext.py108 def __init__(self, executor_type=None, config_proto=None): argument