Home
last modified time | relevance | path

Searched defs:num_hosts (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection_test.cc58 PerHostStepDb CreateTestSteps(uint32 num_hosts, uint64 shift_ps) { in CreateTestSteps()
75 PerHostStepDb CreateNoStep(uint32 num_hosts) { in CreateNoStep()
96 uint32 num_hosts = 4; in TEST() local
115 uint32 num_hosts = 4; in TEST() local
136 uint32 num_hosts = 4; in TEST() local
157 uint32 num_hosts = 1; in TEST() local
178 uint32 num_hosts = 4; in TEST() local
190 uint32 num_hosts = 4; in TEST() local
/external/bcc/examples/networking/tunnel_monitor/
Dmain.py19 num_hosts = 9 variable
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding.py2016 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument
2030 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument
2107 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument
2189 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument
2287 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument
2384 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument
2472 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument
2552 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument
2641 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument
2719 def create_variables_and_ops(self, table, slot_variable_names, num_hosts, argument
[all …]
Dtensor_tracer.proto41 int32 num_hosts = 5; field
Dtpu_system_metadata.py65 def __new__(cls, num_cores, num_hosts, num_of_cores_per_host, topology, argument
Dtensor_tracer.py1943 num_hosts=None): argument
/external/bcc/examples/networking/distributed_bridge/
Dtunnel_mesh.py17 num_hosts = int(argv[1]) variable
Dmain.py32 num_hosts = 3 variable
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dtpu_embedding_configuration.proto40 int32 num_hosts = 4; field
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dmemory_profile.proto121 int32 num_hosts = 2; field
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_configuration_ops.cc150 size_t num_hosts = ctx->num_inputs(); in Compute() local
/external/tensorflow/tensorflow/core/tpu/
Dtpu_ops_c_api.h227 size_t num_hosts; member
/external/tensorflow/tensorflow/python/distribute/
Dtpu_strategy.py1336 def num_hosts(self): member in TPUExtended