/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | Makefile.in | 123 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 …]
|
D | Makefile.am | 262 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/ |
D | Makefile.in | 177 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 …]
|
D | Makefile.am | 254 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/ |
D | normalization.py | 139 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/ |
D | fold_batch_norms_test.py | 99 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/ |
D | Makefile.am | 81 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/ |
D | fused_rnn_cell_test.py | 83 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)
|
D | lstm_ops_test.py | 332 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/ |
D | Makefile.am | 82 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/ |
D | Makefile.am | 85 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/ |
D | logical_buffer_analysis.cc | 33 for (auto* fused : instruction->fused_instructions()) { in GatherFusionInstructions() local 34 if (fused->opcode() == HloOpcode::kFusion) { in GatherFusionInstructions() 35 GatherFusionInstructions(fused, fusion_instructions); in GatherFusionInstructions()
|
D | batchnorm_expander.cc | 221 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()
|
D | tuple_points_to_analysis.cc | 130 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/ |
D | Makefile.am | 260 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/ |
D | Makefile.am | 262 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/ |
D | Makefile.am | 266 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/ |
D | remote_fused_graph_execute_info.proto | 34 // Remote fused graph input node name 37 // Remote fused graph output node name
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | layers_test.py | 1809 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/ |
D | 2011-06-13-nsw-alloca.ll | 17 ; 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/ |
D | 2011-06-13-nsw-alloca.ll | 19 ; 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/ |
D | xtype_fp.txt | 98 # 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/ |
D | README.md | 5 This module contains libraries for remote fused graph utilities
|
/external/tensorflow/tensorflow/docs_src/performance/ |
D | performance_guide.md | 20 * [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/ |
D | bool-opt.ll | 1 ; Trivial smoke test of icmp without fused branch opportunity.
|