Home
last modified time | relevance | path

Searched refs:parallelism (Results 1 – 25 of 63) sorted by relevance

123

/external/tensorflow/tensorflow/python/kernel_tests/
Ddecode_jpeg_op_test.py43 parallelism, argument
85 for _ in xrange(parallelism):
120 for parallelism in [1, 100]:
121 duration_decode = self._evalDecodeJpeg('small.jpg', parallelism,
123 duration_decode_crop = self._evalDecodeJpeg('small.jpg', parallelism,
126 'small.jpg', parallelism, num_iters, True, crop_window)
128 name='decode_jpeg_small_p%d' % (parallelism),
132 name='decode_crop_jpeg_small_p%d' % (parallelism),
136 name='decode_after_crop_jpeg_small_p%d' % (parallelism),
144 for parallelism in [1, 100]:
[all …]
Drecord_input_test.py53 parallelism=1,
70 parallelism=1,
89 parallelism=1,
108 parallelism=2,
137 parallelism=1,
165 parallelism=2,
/external/tensorflow/tensorflow/core/framework/
Dmodel.cc139 double parallelism = inputs_.size() - 1; // default to cycle length in OutputTimeLocked() local
141 parallelism = std::min(static_cast<int>(parallelism), in OutputTimeLocked()
147 static_cast<double>(inputs_.size() - 1) / parallelism; in OutputTimeLocked()
149 old_input_time, parallelism); in OutputTimeLocked()
224 double parallelism = 1.0; in OutputTimeLocked() local
226 parallelism = (*parameter)->value; in OutputTimeLocked()
230 static_cast<double>(NanosPerElementLocked()) / parallelism; in OutputTimeLocked()
231 return ComputeWaitTime(output_time, input_times->back(), parallelism); in OutputTimeLocked()
235 static_cast<double>(NanosPerElementLocked()) / ratio_ / parallelism); in OutputTimeLocked()
240 static_cast<double>(NanosPerElementLocked()) / parallelism + in OutputTimeLocked()
[all …]
Dmodel_test.cc31 const int64 parallelism = std::get<0>(GetParam()); in TEST_P() local
38 std::make_shared<SharedState>(parallelism, nullptr, nullptr), 1, in TEST_P()
39 parallelism)}); in TEST_P()
77 100 + 250 / parallelism); in TEST_P()
82 50 + 250 / parallelism); in TEST_P()
95 const int64 parallelism = std::get<0>(GetParam()); in TEST_P() local
102 std::make_shared<SharedState>(parallelism, nullptr, nullptr), 1, in TEST_P()
103 parallelism)}); in TEST_P()
150 num_inputs_per_output * (50 + 100) + 128 / parallelism); in TEST_P()
156 num_inputs_per_output * (50 + 100) + 64 / parallelism); in TEST_P()
Ddevice_base.cc55 const int parallelism = std::max<int>( in eigen_cpu_device() local
58 return eigen_cpu_devices_[parallelism - 1]; in eigen_cpu_device()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ExperimentalMaxIntraOpParallelismDataset.pbtxt6 Identifies the maximum intra-op parallelism to use.
10 Creates a dataset that overrides the maximum intra-op parallelism.
Dapi_def_MapDefun.pbtxt49 limit the intra op parallelism. To limit inter-op parallelism, a user can
Dapi_def_ExperimentalThreadPoolHandle.pbtxt19 The maximum degree of parallelism to use within operations that execute on this
Dapi_def_TPUReplicateMetadata.pbtxt13 Number of cores per replica. Used for model parallelism.
Dapi_def_FixedUnigramCandidateSampler.pbtxt92 in order to speed up the whole computation through parallelism. This parameter
101 in order to speed up the whole computation through parallelism. This parameter
/external/libjpeg-turbo/simd/nasm/
Djsimdcfg.inc.h102 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int). variable
110 ; To maximize parallelism, Type MULTIPLIER is changed to short. variable
Djsimdcfg.inc70 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int).
76 ; To maximize parallelism, Type short is changed to short.
/external/skqp/third_party/libjpeg-turbo/
Djsimdcfg.inc70 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int).
76 ; To maximize parallelism, Type short is changed to short.
/external/skia/third_party/libjpeg-turbo/
Djsimdcfg.inc70 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int).
76 ; To maximize parallelism, Type short is changed to short.
/external/tensorflow/tensorflow/core/kernels/
Drecord_yielder.cc28 "record_yielder", 1 + opts.parallelism, in RecordYielder()
133 const int N = opts_.parallelism; in MainLoop()
Drecord_input_op.cc49 yopts.parallelism = file_parallelism; in RecordInputOp()
Drecord_yielder.h80 int32 parallelism = 1; member
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DUtils.java196 int parallelism = numEventLoops == 0 in create() local
198 return new NioEventLoopGroup(parallelism, threadFactory); in create()
/external/jemalloc_new/
DTUNING.md53 since arenas manage memory independently. When high degree of parallelism
57 Suggested: if low parallelism is expected, try lower arena count while
/external/ltp/doc/
Dnommu-notes.txt60 - parallelism
74 For parallelism where processes use IPC to work together, you have to options,
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Djit.md22 > Note: The XLA CPU backend supports intra-op parallelism (i.e. it can shard a
24 > parallelism (i.e. it cannot execute independent operations concurrently across
/external/llvm/docs/
DVectorizers.rst345 high degree of parallelism can fully utilize the entire width of the machine.
346 The Loop Vectorizer increases the instruction level parallelism (ILP) by
391 The goal of SLP vectorization (a.k.a. superword-level parallelism) is
DHowToAddABuilder.rst28 of parallelism (-j param) would give the fastest build. You can build
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DVectorizers.rst347 high degree of parallelism can fully utilize the entire width of the machine.
348 The Loop Vectorizer increases the instruction level parallelism (ILP) by
404 The goal of SLP vectorization (a.k.a. superword-level parallelism) is
/external/clang/runtime/
DCMakeLists.txt17 # Use special command for Makefiles to support parallelism.

123