Home
last modified time | relevance | path

Searched refs:fused (Results 1 – 25 of 115) sorted by relevance

12345

/external/vulkan-validation-layers/tests/gtest-1.7.0/
DMakefile.in123 am__test_fused_gtest_test_SOURCES_DIST = fused-src/gtest/gtest-all.cc \
124 fused-src/gtest/gtest.h fused-src/gtest/gtest_main.cc \
127 fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT) \
128 fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT)
498 fused-src/gtest/gtest-all.cc \
499 fused-src/gtest/gtest.h \
500 fused-src/gtest/gtest_main.cc
653 fused-src/gtest/$(am__dirstamp):
654 @$(MKDIR_P) fused-src/gtest
655 @: > fused-src/gtest/$(am__dirstamp)
[all …]
DMakefile.am262 fused-src/gtest/gtest-all.cc \
263 fused-src/gtest/gtest.h \
264 fused-src/gtest/gtest_main.cc
276 $(test_fused_gtest_test_SOURCES): fused-gtest
278 fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
/external/protobuf/gtest/
DMakefile.in177 fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT) \
178 fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT)
779 fused-src/gtest/gtest-all.cc \
780 fused-src/gtest/gtest_main.cc \
781 fused-src/gtest/gtest.h
941 fused-src/gtest/$(am__dirstamp):
942 @$(MKDIR_P) fused-src/gtest
943 @: > fused-src/gtest/$(am__dirstamp)
944 fused-src/gtest/$(DEPDIR)/$(am__dirstamp):
945 @$(MKDIR_P) fused-src/gtest/$(DEPDIR)
[all …]
DMakefile.am254 fused-src/gtest/gtest-all.cc \
255 fused-src/gtest/gtest_main.cc \
256 fused-src/gtest/gtest.h
267 $(test_fused_gtest_test_SOURCES): fused-gtest
269 fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
/external/tensorflow/tensorflow/python/layers/
Dnormalization.py139 fused=None, argument
166 if fused is None:
167 fused = True
169 self.fused = fused
219 if self.fused:
224 self.fused = (not self.renorm and
236 if self.fused:
282 if self.fused:
297 if self.fused:
510 if self.fused:
[all …]
/external/tensorflow/tensorflow/contrib/quantize/python/
Dfold_batch_norms_test.py99 scale=has_scaling, fused=fused_batch_norm),
168 scale=has_scaling, fused=fused_batch_norm),
231 scale=has_scaling, fused=fused_batch_norm),
298 scale=has_scaling, fused=fused_batch_norm),
377 scale=has_scaling, fused=fused_batch_norm),
409 def _BatchNormParams(self, scale=True, fused=False): argument
414 'fused': fused
417 def _BatchNormMultiplierName(self, scope, has_scaling, fused): argument
419 if fused:
424 def _BathNormBiasName(self, scope, fused): argument
[all …]
/external/google-breakpad/src/testing/
DMakefile.am81 fused-src/gmock-gtest-all.cc \
82 fused-src/gmock/gmock.h \
83 fused-src/gmock_main.cc \
84 fused-src/gtest/gtest.h \
180 $(test_gmock_fused_test_SOURCES): fused-gmock-internal
183 fused-gmock-internal: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Dfused_rnn_cell_test.py83 for basic, fused in zip(basic_wgrads, fused_static_wgrads):
84 self.assertAllClose(basic, fused, rtol=1e-2, atol=1e-2)
105 for basic, fused in zip(basic_wgrads, fused_dynamic_wgrads):
106 self.assertAllClose(basic, fused, rtol=1e-2, atol=1e-2)
161 for basic, fused in zip(basic_wgrads, fused_wgrads):
162 self.assertAllClose(basic, fused, rtol=1e-2, atol=1e-2)
Dlstm_ops_test.py332 for basic, fused in zip(block_wgrads, fused_wgrads):
333 self.assertAllClose(basic, fused, rtol=1e-6, atol=1e-6)
350 for basic, fused in zip(block_wgrads, fused_wgrads):
351 self.assertAllClose(basic, fused, rtol=1e-6, atol=1e-6)
429 for fused, unfused in zip(fused_wgrads, unfused_wgrads):
430 self.assertAllClose(fused, unfused, rtol=1e-6, atol=1e-6)
/external/v8/testing/gmock/
DMakefile.am82 fused-src/gmock-gtest-all.cc \
83 fused-src/gmock/gmock.h \
84 fused-src/gmock_main.cc \
85 fused-src/gtest/gtest.h \
187 $(test_gmock_fused_test_SOURCES): fused-gmock-internal
190 fused-gmock-internal: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
/external/googletest/googlemock/
DMakefile.am85 fused-src/gmock-gtest-all.cc \
86 fused-src/gmock/gmock.h \
87 fused-src/gmock_main.cc \
88 fused-src/gtest/gtest.h \
191 $(test_gmock_fused_test_SOURCES): fused-gmock-internal
194 fused-gmock-internal: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.cc33 for (auto* fused : instruction->fused_instructions()) { in GatherFusionInstructions() local
34 if (fused->opcode() == HloOpcode::kFusion) { in GatherFusionInstructions()
35 GatherFusionInstructions(fused, fusion_instructions); in GatherFusionInstructions()
Dbatchnorm_expander.cc221 auto fused = computation_->CreateFusionInstruction( in HandleBatchNormTraining() local
225 sum = add(HloInstruction::CreateGetTupleElement(feature_shape, fused, 0)); in HandleBatchNormTraining()
228 add(HloInstruction::CreateGetTupleElement(feature_shape, fused, 1)); in HandleBatchNormTraining()
518 auto fused = computation_->CreateFusionInstruction( in HandleBatchNormGrad() local
523 add(HloInstruction::CreateGetTupleElement(feature_shape, fused, 0)); in HandleBatchNormGrad()
526 add(HloInstruction::CreateGetTupleElement(feature_shape, fused, 1)); in HandleBatchNormGrad()
Dtuple_points_to_analysis.cc130 for (auto* fused : instruction->fused_instructions()) { in GatherFusionInstructions() local
131 if (fused->opcode() == HloOpcode::kFusion) { in GatherFusionInstructions()
132 GatherFusionInstructions(fused, fusion_instructions); in GatherFusionInstructions()
553 for (auto* fused : instruction->fused_instructions()) { in ToString() local
554 InstructionToString(fused, &output); in ToString()
/external/google-breakpad/src/testing/gtest/
DMakefile.am260 fused-src/gtest/gtest-all.cc \
261 fused-src/gtest/gtest.h \
262 fused-src/gtest/gtest_main.cc
274 $(test_fused_gtest_test_SOURCES): fused-gtest
276 fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
/external/v8/testing/gtest/
DMakefile.am262 fused-src/gtest/gtest-all.cc \
263 fused-src/gtest/gtest.h \
264 fused-src/gtest/gtest_main.cc
276 $(test_fused_gtest_test_SOURCES): fused-gtest
278 fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
/external/googletest/googletest/
DMakefile.am266 fused-src/gtest/gtest-all.cc \
267 fused-src/gtest/gtest.h \
268 fused-src/gtest/gtest_main.cc
280 $(test_fused_gtest_test_SOURCES): fused-gtest
282 fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
/external/tensorflow/tensorflow/core/framework/
Dremote_fused_graph_execute_info.proto34 // Remote fused graph input node name
37 // Remote fused graph output node name
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers_test.py1809 def _testCreateOp(self, fused, dtype=None): argument
1816 output = _layers.batch_norm(images, fused=fused)
1818 if fused else 'BatchNorm/batchnorm')
1833 def _testCreateOpBetaRegularizer(self, fused=True): argument
1838 _layers.batch_norm(images, param_regularizers={'beta': reg}, fused=fused)
1845 self._testCreateOpBetaRegularizer(fused=True)
1848 self._testCreateOpBetaRegularizer(fused=False)
1850 def _testCreateOpGammaRegularizer(self, fused=True): argument
1856 images, param_regularizers={'gamma': reg}, scale=True, fused=fused)
1863 self._testCreateOpGammaRegularizer(fused=True)
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2011-06-13-nsw-alloca.ll17 ; With "nsw", the alloca and its bitcast can be fused:
46 ; Without "nsw", the alloca and its bitcast cannot be fused:
/external/llvm/test/Transforms/InstCombine/
D2011-06-13-nsw-alloca.ll19 ; With "nsw", the alloca and its bitcast can be fused:
49 ; Without "nsw", the alloca and its bitcast cannot be fused:
/external/llvm/test/MC/Disassembler/Hexagon/
Dxtype_fp.txt98 # Floating point fused multiply-add
104 # Floating point fused multiply-add with scaling
112 # Floating point fused multiply-add for library routines
/external/tensorflow/tensorflow/contrib/remote_fused_graph/
DREADME.md5 This module contains libraries for remote fused graph utilities
/external/tensorflow/tensorflow/docs_src/performance/
Dperformance_guide.md20 * [Common fused Ops](#common-fused-ops)
96 If inputs are JPEG images that also require cropping, use fused
174 ### Common fused Ops
177 performance. There are many fused Ops within TensorFlow and @{$xla$XLA} will
178 create fused Ops when possible to automatically improve performance. Collected
179 below are select fused Ops that can greatly improve performance and may be
186 some models makes up a large percentage of the operation time. Using fused batch
190 @{tf.layers.batch_normalization} added fused starting in TensorFlow 1.3.
194 input_layer, fused=True, data_format='NCHW')
197 The contrib @{tf.contrib.layers.batch_norm} method has had fused as an option
[all …]
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dbool-opt.ll1 ; Trivial smoke test of icmp without fused branch opportunity.

12345