Home
last modified time | relevance | path

Searched refs:DoIt (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/tests/
Diota_test.cc37 TEST_P(IotaR1Test, DoIt) { in TEST_P() argument
66 TEST_P(IotaR2Test, DoIt) { in TEST_P() argument
93 TEST_P(IotaR3Test, DoIt) { in TEST_P() argument
119 TEST_P(IotaR3PredTest, DoIt) { in TEST_P() argument
Dreduce_window_test.cc602 void DoIt() { in DoIt() function in xla::__anonf63bc5e00111::R4ReduceWindowTest
669 TEST_P(R4ReduceWindowTest, DoIt) { DoIt(); } in TEST_P() argument
850 XLA_TEST_P(R4ReduceWindowLargeTest, DISABLED_ON_INTERPRETER(DoIt)) { DoIt(); } in XLA_TEST_P() argument
1010 TEST_P(R3ReduceWindowTest, DoIt) { in TEST_P() argument
1157 void DoIt() { in DoIt() function in xla::__anonf63bc5e00111::R2ReduceWindowTest
1201 TEST_P(R2ReduceWindowTest, DoIt) { DoIt(); } in TEST_P() argument
1349 TEST_P(R1ReduceWindowTest, DoIt) { in TEST_P() argument
Dptxas_bug_120501638.cc29 TEST_F(PtxasBugTest, DoIt) { in TEST_F() argument
Dslice_test.cc390 XLA_TEST_P(SliceR2Test, DoIt) { in XLA_TEST_P() argument
498 XLA_TEST_P(SliceR4Test, DoIt) { Run(GetParam()); } in XLA_TEST_P() argument
Dconv_depthwise_backprop_filter_test.cc155 XLA_TEST_P(BatchGroupedConvolution2DTest, DoIt) { in XLA_TEST_P() argument
Dconv_depthwise_test.cc212 XLA_TEST_P(DepthwiseConvolution2DTest, DoIt) { in XLA_TEST_P() argument
Dgrouped_convolution_test.cc224 XLA_TEST_P(GroupedConvolution2DTest, DoIt) { in XLA_TEST_P() argument
Dconcat_test.cc535 TEST_P(ConcatR2BinaryTest, DoIt) { in TEST_P() argument
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-comdat-2.cpp9 return (int)Foo.DoIt(10); in bar()
11 return (int)Foo2.DoIt(I); in bar()
Dinstrprof-comdat.h9 T DoIt(T ti);
15 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: 2| [[@LINE]]|template in DoIt() function
Dinstrprof-comdat-1.cpp9 int Res = Foo.DoIt(10); in main()
/external/clang/test/SemaCXX/
Dpass-object-size.cpp81 virtual void DoIt(void *const p __attribute__((pass_object_size(0))));
85 void DoIt(void *const p __attribute__((pass_object_size(0)))) override; // OK
89 …void DoIt(void *const p) override; //expected-error{{non-virtual member function marked 'override'…
/external/llvm/test/tools/llvm-cov/Inputs/
Dinstrprof-comdat.h5 T DoIt(T ti);
11 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: 2| [[@LINE]]|template in DoIt() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
Dinstrprof-comdat.h5 T DoIt(T ti);
11 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: [[@LINE]]| 2|template in DoIt() function
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dhtml_module_unittest.py102 def DoIt(): function
108 self.assertRaises(Exception, DoIt)
117 def DoIt(): function
123 self.assertRaises(Exception, DoIt)
Dparse_html_deps_unittest.py283 def DoIt(): function
285 self.assertRaises(Exception, DoIt)
/external/tensorflow/tensorflow/core/kernels/
Dconv_2d_gpu.h643 static void DoIt(const GPUDevice& d, int tile_size_i, int tile_size_j,
668 T, TileLongSide * 2, TileShortSide>::DoIt(d, tile_size_i, tile_size_j,
673 T, TileLongSide, TileShortSide + 1>::DoIt(d, tile_size_i, tile_size_j,
686 static void DoIt(const GPUDevice& d, int tile_size_i, int tile_size_j,
707 T, TileLongSide, TileShortSide + 1>::DoIt(d, tile_size_i, tile_size_j,
719 static void DoIt(const GPUDevice& d, int tile_size_i, int tile_size_j,
884 BatchNarrowMatrixTransposeDispatcher<ElemType, 32, 2>::DoIt(
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.h88 bool emitPopSpecialFixUp(MachineBasicBlock &MBB, bool DoIt) const;
DThumb1FrameLowering.cpp416 bool DoIt) const { in emitPopSpecialFixUp()
450 if (!DoIt || MBBI->getOpcode() == ARM::tPOP_RET) in emitPopSpecialFixUp()
518 if (!DoIt && !PopReg && !TemporaryReg) in emitPopSpecialFixUp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.h84 bool emitPopSpecialFixUp(MachineBasicBlock &MBB, bool DoIt) const;
DThumb1FrameLowering.cpp536 bool DoIt) const { in emitPopSpecialFixUp()
570 if (!DoIt || MBBI->getOpcode() == ARM::tPOP_RET) in emitPopSpecialFixUp()
648 if (!DoIt && !PopReg && !TemporaryReg) in emitPopSpecialFixUp()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime_test.cc152 TEST_P(EigenMatMulTest, DoIt) { in TEST_P() argument
221 TEST_P(MKLMatMulTest, DoIt) { in TEST_P() argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_intrinsic_test.cc76 TEST_P(CpuUnaryIntrinsicTest, DoIt) { in TEST_P() argument
/external/cldr/tools/c/genldml/
Dgenldml.h284 void DoIt();
Dgenldml.cpp176 gen.DoIt(); in main()
249 void GenerateXML::DoIt(){ in DoIt() function in GenerateXML

12