Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dembedding_ops_test.py45 def _random_weights(self, vocab_size=4, embed_dim=4, num_shards=1): argument
264 def _random_weights(self, size=50, num_shards=1): argument
396 def _random_weights(self, size=50, num_shards=1): argument
570 def _EmbeddingParams(num_shards, argument
602 num_shards, argument
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dnaming.cc28 string DataFilename(StringPiece prefix, int32 shard_id, int32 num_shards) { in DataFilename()
Dtensor_bundle.cc531 int num_shards = 0; member
563 int num_shards; in MergeOneBundle() local
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dfactorization_ops.py304 def _shard_sizes(cls, dims, num_shards): argument
310 def _create_factors(cls, rows, cols, num_shards, init, name): argument
344 def _create_weights(cls, wt_init, num_wts, num_shards, name): argument
608 def _get_sharding_func(size, num_shards): argument
/external/tensorflow/tensorflow/core/protobuf/
Dtensor_bundle.proto25 int32 num_shards = 1; field
/external/tensorflow/tensorflow/core/util/
Dwork_sharder.cc46 const int num_shards = in Shard() local
Dwork_sharder_test.cc33 int64 num_shards = 0; in RunSharding() local
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dparallel_for.cc30 const int num_shards = std::max<int>( in ParallelFor() local
/external/tensorflow/tensorflow/contrib/all_reduce/python/
Dall_reduce_test.py180 def _buildShuffle(self, num_workers, num_gpus, num_shards): argument
187 def _testShuffleAllReduce(self, num_workers, num_gpus, shape, num_shards): argument
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
Dtpu.py393 num_shards=1, argument
542 num_shards=1, argument
Dtpu_config.py91 num_shards=None, argument
Dtpu_feed.py595 def split_fn(inp, num_shards, axis, name): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dembedding_ops_test.py131 def _EmbeddingParams(num_shards, argument
161 def _EmbeddingParamsAsPartitionedVariable(num_shards, argument
181 num_shards, argument
/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/contrib/linear_optimizer/python/ops/
Dsharded_mutable_dense_hashtable.py51 num_shards=1, argument
/external/tensorflow/tensorflow/python/ops/
Dpartitioned_variables.py221 def fixed_size_partitioner(num_shards, axis=0): argument
Dcandidate_sampling_ops.py210 num_shards=1, argument
Dnn_test.py522 def _ShardTestEmbeddings(self, weights, biases, num_shards): 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
Dtopk_op_gpu.cu.cc269 __device__ void mergeShards(int num_shards, int k, in mergeShards()
370 cudaError LaunchTopKKernel(const cudaStream_t& stream, int num_shards, in LaunchTopKKernel()
/external/autotest/server/cros/ap_configurators/
Dpyauto_utils.py168 def Shard(ilist, shard_index, num_shards): argument
/external/tensorflow/tensorflow/contrib/data/python/ops/
Ddataset_ops.py358 def shard(self, num_shards, index): argument
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Drnn_cell.py45 def _get_concat_variable(name, shape, dtype, num_shards): argument
62 def _get_sharded_variable(name, shape, dtype, num_shards): argument
/external/tensorflow/tensorflow/python/training/
Dsaver.py302 def sharded_filename(self, filename_tensor, shard, num_shards): argument

12