Home
last modified time | relevance | path

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

1234567

/external/tensorflow/tensorflow/compiler/xla/service/
Dmulti_output_fusion.cc135 HloInstruction* fused = instr2; in Fuse() local
138 if (fused->opcode() == HloOpcode::kFusion) { in Fuse()
139 std::swap(remaining, fused); in Fuse()
141 if (fused->IsMultiOutputFusion()) { in Fuse()
142 std::swap(remaining, fused); in Fuse()
144 if (fused->opcode() == HloOpcode::kFusion) { in Fuse()
145 remaining->MergeFusionInstructionIntoMultiOutput(fused); in Fuse()
147 remaining->FuseInstructionIntoMultiOutput(fused); in Fuse()
148 CHECK_EQ(0, fused->user_count()); in Fuse()
149 TF_CHECK_OK(computation()->RemoveInstruction(fused)); in Fuse()
[all …]
Dlogical_buffer_analysis.cc34 for (auto* fused : instruction->fused_instructions()) { in GatherFusionInstructions() local
35 if (fused->opcode() == HloOpcode::kFusion) { in GatherFusionInstructions()
36 GatherFusionInstructions(fused, fusion_instructions); in GatherFusionInstructions()
Dtuple_points_to_analysis.cc128 for (auto* fused : instruction->fused_instructions()) { in GatherFusionInstructions() local
129 if (fused->opcode() == HloOpcode::kFusion) { in GatherFusionInstructions()
130 GatherFusionInstructions(fused, fusion_instructions); in GatherFusionInstructions()
605 for (auto* fused : instruction->fused_instructions()) { in ToString() local
606 InstructionToString(fused, &output); in ToString()
/external/tensorflow/tensorflow/python/distribute/
Dzero_batch_test.py46 fused=[True, False]))
47 def testBNWithZeroBatchInputGraph(self, distribution, fused): argument
60 axis=3, epsilon=1e-3, momentum=0.9, fused=fused)
117 fused=[True, False]))
118 def testBNWithZeroBatchInput(self, distribution, fused): argument
124 axis=3, epsilon=1e-3, momentum=0.9, fused=fused)
/external/tensorflow/tensorflow/python/keras/layers/
Dnormalization_test.py262 self.assertEqual(norm.fused, True)
264 norm = normalization.BatchNormalization(fused=False)
265 self.assertEqual(norm.fused, False)
268 self.assertEqual(norm.fused, False)
271 self.assertEqual(norm.fused, True)
274 self.assertEqual(norm.fused, False)
293 self.assertEqual(norm.fused, None)
296 self.assertEqual(norm.fused, True)
299 self.assertEqual(norm.fused, None)
302 self.assertEqual(norm.fused, False)
[all …]
Dnormalization.py191 fused=None, argument
223 if fused:
227 elif fused is None and not self._fused_can_be_used():
228 fused = False
229 elif fused is None:
230 fused = True
233 self.fused = fused
342 if self.fused in (None, True):
346 if self.fused is None:
347 self.fused = (ndims == 4)
[all …]
/external/tensorflow/tensorflow/python/layers/
Dnormalization.py141 fused=None, argument
164 fused=fused,
202 fused=None, argument
329 fused=fused,
/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/compiler/mlir/lite/quantization/tests/
Dimport_quant_stats.mlir7 loc(fused["skip1", "skip2.cc":10:8, callsite("op" at "skip3.cc":10:8)])
17 loc(fused["skip1.cc":10:8, "op", callsite("skip2" at "skip3.cc":10:8)])
29 loc(fused["skip1.cc":10:8, "op_0", callsite("skip2" at "skip3.cc":10:8)])
40 loc(fused["skip1.cc":10:8, "op_regex", callsite("skip2" at "skip3.cc":10:8)])
/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/tensorflow/tensorflow/core/framework/
Dremote_fused_graph_execute_info.proto26 // Remote fused graph input node name
29 // Remote fused graph output node name
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr36274.ll5 ; misses a dependence between the fused load and a non-fused operand
/external/googletest/
D.gitignore41 googlemock/fused-src/
42 googletest/fused-src/
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dbool-opt.ll1 ; Trivial smoke test of icmp without fused branch opportunity.
/external/llvm/test/CodeGen/Hexagon/
Dfusedandshift.ll2 ; Check that we generate fused logical and with shift instruction.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dfusedandshift.ll2 ; Check that we generate fused logical and with shift instruction.
/external/one-true-awk/testdir/
Dchem.awk209 fused = other = ""
236 fused = joinring(typeint, dir, last)
239 printf "] %s %s\n", fused, other
/external/u-boot/board/toradex/colibri_imx6/
DKconfig39 If executed on already fused modules it doesn't change any fuse setting.
/external/tensorflow/tensorflow/python/keras/distribute/
Dkeras_utils_test.py470 fused=[True, False],
474 def test_batchnorm_correctness(self, distribution, fused, optimizer, argument
484 ), momentum=0.8, fused=fused)
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RemoteFusedGraphExecute.pbtxt28 remote fused graph executor. The executor will send the graph specifications
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/debuginfo/
DBUILD13 # TODO(fengliuai): reenable these tests after the fused loc is

1234567