Home
last modified time | relevance | path

Searched defs:num_shards (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dshard_dataset_serialization_test.py31 def _build_dataset(self, num_elements, num_shards, index): argument
35 def testCore(self, elems, num_shards, index1, index2): argument
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dembedding_ops_test.py47 def _random_weights(self, vocab_size=4, embed_dim=4, num_shards=1): argument
275 def _random_weights(self, size=50, num_shards=1): argument
408 def _random_weights(self, size=50, num_shards=1): argument
583 def _EmbeddingParams(num_shards, argument
615 num_shards, argument
/external/tensorflow/tensorflow/core/kernels/data/
Dshard_dataset_op.cc35 int64 num_shards = 0; in MakeDataset() local
57 Dataset(OpKernelContext* ctx, int64 num_shards, int64 index, in Dataset()
101 Node* num_shards = nullptr; in AsGraphDefInternal() local
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dfactorization_ops.py329 def _shard_sizes(cls, dims, num_shards): argument
335 def _create_factors(cls, rows, cols, num_shards, init, name): argument
369 def _create_weights(cls, wt_init, num_wts, num_shards, name): argument
633 def _get_sharding_func(size, num_shards): argument
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dnaming.cc28 string DataFilename(StringPiece prefix, int32 shard_id, int32 num_shards) { in DataFilename()
/external/tensorflow/tensorflow/python/distribute/
Dinput_ops.py36 def auto_shard_dataset(dataset, num_shards, index): argument
Dall_reduce_test.py190 def _buildShuffle(self, num_workers, num_gpus, num_shards): argument
197 def _testShuffleAllReduce(self, num_workers, num_gpus, shape, num_shards): argument
Dcross_device_utils.py384 num_shards=1): argument
421 num_shards, gpu_indices): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dembedding_ops_test.py139 def _EmbeddingParams(num_shards, argument
169 def _EmbeddingParamsAsPartitionedVariable(num_shards, argument
189 num_shards, argument
792 def _random_weights(self, vocab_size=4, embed_dim=4, num_shards=1): argument
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dparallel_for.cc30 const int num_shards = std::max<int>( in ParallelFor() local
/external/tensorflow/tensorflow/core/protobuf/
Dtensor_bundle.proto25 int32 num_shards = 1; field
/external/tensorflow/tensorflow/core/util/
Dwork_sharder.cc65 const int num_shards = in Do() local
Dwork_sharder_test.cc34 int64 num_shards = 0; in RunSharding() local
/external/tensorflow/tensorflow/core/lib/core/
Dblocking_counter_test.cc57 const int num_shards = num_threads * shards_per_thread; in BM_BlockingCounter() local
/external/tensorflow/tensorflow/core/ops/
Dtpu_embedding_ops.cc152 int num_shards; in RegisterPerTableLoadOpsForAlgorithmBody() local
269 int num_shards; in RegisterPerTableRetrieveOpsForAlgorithmBody() local
/external/tensorflow/tensorflow/python/tpu/
Dtpu_optimizer.py61 def _verify_and_get_subgroup_size(self, group_assignment, num_shards): argument
Dtpu.py1087 num_shards=1, argument
1237 num_shards=1, argument
1317 num_shards=1, argument
Dtpu_config.py118 num_shards=None, argument
/external/tensorflow/tensorflow/python/ops/
Dpartitioned_variables.py222 def fixed_size_partitioner(num_shards, axis=0): argument
Dcandidate_sampling_ops.py224 num_shards=1, argument
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/
Dsharded_mutable_dense_hashtable.py64 num_shards=1, argument
/external/tensorflow/tensorflow/core/kernels/
Drange_sampler.cc236 int32 num_shards, int32 shard) in FixedUnigramSampler()
252 int32 num_shards, int32 shard) in FixedUnigramSampler()
Dcandidate_sampler_ops.cc171 int64 num_shards; in FixedUnigramCandidateSamplerOp() local
/external/autotest/server/cros/ap_configurators/
Dpyauto_utils.py168 def Shard(ilist, shard_index, num_shards): argument
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/kernel_tests/
Dsdca_ops_test.py142 def make_variable_dict(max_age, max_gender, num_shards=None, partitioned=False): argument

12