Home
last modified time | relevance | path

Searched defs:original (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser_test.cc1855 const string& original = GetParam().module_string; in CreateTestCases() local
1931 const string original = ""; in CreateTestCases() local
1937 const string original = "HloModule thi$ str1ng makes# N0 sen$e @all!*&^%$"; in CreateTestCases() local
1943 const string original = R"(HloModule wrong_opcode: in CreateTestCases() local
1957 const string original = R"(HloModule metadata_with_cholesky in CreateTestCases() local
1984 const string original = R"(HloModule wrong_opcode: in CreateTestCases() local
1996 const string original = R"(HloModule wrong_opcode: in CreateTestCases() local
2009 const string original = R"(HloModule operand_not_found: in CreateTestCases() local
2020 const string original = R"(HloModule SelectScalarS32True_module in CreateTestCases() local
2037 const string original = R"(HloModule AModule in CreateTestCases() local
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Disolate_placer_inspection_required_ops_pass_test.cc41 void RunPass(const GraphDef& original, GraphDef* rewritten, in RunPass()
55 void RunPassAndCompare(const GraphDef& original, const GraphDef& expected) { in RunPassAndCompare()
61 void RunPassAndCompare(const GraphDef& original, in RunPassAndCompare()
92 GraphDef original = GDef( in TEST() local
132 GraphDef original = GDef({ in TEST() local
172 GraphDef original = GDef( in TEST() local
220 GraphDef original = GDef( in TEST() local
267 GraphDef original = GDef( in TEST() local
334 GraphDef original = GDef( in TEST() local
398 GraphDef original = GDef( in TEST() local
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DTransposedTableTest.java31 Table<Integer, String, Character> original = HashBasedTable.create(); in create() local
39 Table<Integer, String, Character> original = HashBasedTable.create(); in testTransposeTransposed() local
44 Table<Integer, String, Character> original = HashBasedTable.create(); in testPutOriginalModifiesTranspose() local
51 Table<Integer, String, Character> original = HashBasedTable.create(); in testPutTransposeModifiesOriginal() local
58 Table<Integer, String, Character> original = HashBasedTable.create(); in testTransposedViews() local
DLenientSerializableTester.java48 static <E> Set<E> reserializeAndAssertLenient(Set<E> original) { in reserializeAndAssertLenient()
57 static <E> Multiset<E> reserializeAndAssertLenient(Multiset<E> original) { in reserializeAndAssertLenient()
66 static <E> Collection<E> reserializeAndAssertElementsEqual(Collection<E> original) { in reserializeAndAssertElementsEqual()
/external/guava/android/guava-tests/test/com/google/common/collect/
DTransposedTableTest.java31 Table<Integer, String, Character> original = HashBasedTable.create(); in create() local
39 Table<Integer, String, Character> original = HashBasedTable.create(); in testTransposeTransposed() local
44 Table<Integer, String, Character> original = HashBasedTable.create(); in testPutOriginalModifiesTranspose() local
51 Table<Integer, String, Character> original = HashBasedTable.create(); in testPutTransposeModifiesOriginal() local
58 Table<Integer, String, Character> original = HashBasedTable.create(); in testTransposedViews() local
DLenientSerializableTester.java48 static <E> Set<E> reserializeAndAssertLenient(Set<E> original) { in reserializeAndAssertLenient()
57 static <E> Multiset<E> reserializeAndAssertLenient(Multiset<E> original) { in reserializeAndAssertLenient()
66 static <E> Collection<E> reserializeAndAssertElementsEqual(Collection<E> original) { in reserializeAndAssertElementsEqual()
/external/rust/crates/flate2/tests/
Dempty-read.rs7 let original: &[u8] = b"Lorem ipsum dolor sit amet."; in deflate_decoder_empty_read() localVariable
21 let original: &[u8] = b"Lorem ipsum dolor sit amet."; in deflate_encoder_empty_read() localVariable
34 let original: &[u8] = b"Lorem ipsum dolor sit amet."; in gzip_decoder_empty_read() localVariable
47 let original: &[u8] = b"Lorem ipsum dolor sit amet."; in gzip_encoder_empty_read() localVariable
60 let original: &[u8] = b"Lorem ipsum dolor sit amet."; in zlib_decoder_empty_read() localVariable
73 let original: &[u8] = b"Lorem ipsum dolor sit amet."; in zlib_encoder_empty_read() localVariable
/external/grpc-grpc/test/core/gprpp/
Dinlined_vector_test.cc120 IntVec8 original; in TEST() local
129 IntVec8 original; in TEST() local
138 IntVec8 original; in TEST() local
149 IntVec8 original; in TEST() local
160 IntVec8 original; in TEST() local
171 IntVec8 original; in TEST() local
182 IntVec8 original; in TEST() local
195 IntVec8 original; in TEST() local
208 IntVec8 original; in TEST() local
223 IntVec8 original; in TEST() local
[all …]
/external/angle/src/tests/compiler_tests/
DIntermNode_test.cpp79 void checkTypeEqualWithQualifiers(const TType &original, const TType &copy) in checkTypeEqualWithQualifiers()
90 TIntermSymbol *original = aOriginal->getAsSymbolNode(); in checkSymbolCopy() local
149 TIntermSymbol *original = new TIntermSymbol(variable); in TEST_F() local
163 TIntermConstantUnion *original = new TIntermConstantUnion(constValue, type); in TEST_F() local
180 TIntermBinary *original = new TIntermBinary(EOpAdd, createTestSymbol(), createTestSymbol()); in TEST_F() local
199 TIntermUnary *original = new TIntermUnary(EOpPreIncrement, createTestSymbol(), nullptr); in TEST_F() local
223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F() local
249 TIntermTernary *original = new TIntermTernary(createTestSymbol(TType(EbtBool, EbpUndefined)), in TEST_F() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dimmediate_int_test.cpp104 const SpirvVector original = CompiledInstructions("%1 = OpTypeInt 8 1"); in TEST_F() local
168 const SpirvVector original = in TEST_F() local
194 const SpirvVector original = CompiledInstructions("%a = OpTypeMatrix %b 7"); in TEST_F() local
213 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
225 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
240 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
253 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
/external/swiftshader/third_party/SPIRV-Tools/test/
Dimmediate_int_test.cpp104 const SpirvVector original = CompiledInstructions("%1 = OpTypeInt 8 1"); in TEST_F() local
168 const SpirvVector original = in TEST_F() local
194 const SpirvVector original = CompiledInstructions("%a = OpTypeMatrix %b 7"); in TEST_F() local
213 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
225 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
240 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
253 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
/external/deqp-deps/SPIRV-Tools/test/
Dimmediate_int_test.cpp104 const SpirvVector original = CompiledInstructions("%1 = OpTypeInt 8 1"); in TEST_F() local
168 const SpirvVector original = in TEST_F() local
194 const SpirvVector original = CompiledInstructions("%a = OpTypeMatrix %b 7"); in TEST_F() local
213 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
225 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
240 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
253 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
/external/okio/okio/src/jvmTest/java/okio/
DDeflaterSinkTest.java34 String original = "They're moving in herds. They do move in herds."; in deflateWithClose() local
45 String original = "Yes, yes, yes. That's why we're taking extreme precautions."; in deflateWithSyncFlush() local
57 String original = repeat("a", 1024 * 1024); in deflateWellCompressed() local
69 ByteString original = randomBytes(1024 * 1024); in deflatePoorlyCompressed() local
92 String original = "They're moving in herds. They do move in herds."; in deflateIntoNonemptySink() local
/external/okhttp/okio/okio/src/test/java/okio/
DDeflaterSinkTest.java33 String original = "They're moving in herds. They do move in herds."; in deflateWithClose() local
44 String original = "Yes, yes, yes. That's why we're taking extreme precautions."; in deflateWithSyncFlush() local
56 String original = repeat('a', 1024 * 1024); in deflateWellCompressed() local
68 ByteString original = randomBytes(1024 * 1024); in deflatePoorlyCompressed() local
91 String original = "They're moving in herds. They do move in herds."; in deflateIntoNonemptySink() local
/external/auto/value/src/test/java/com/google/auto/value/processor/
DGeneratedDoesNotExistTest.java100 final T original; field in GeneratedDoesNotExistTest.OverridableInvocationHandler
102 OverridableInvocationHandler(T original) { in OverridableInvocationHandler()
128 ElementsHandler(Elements original, Set<String> ignoredGenerated) { in ElementsHandler()
147 ProcessingEnvironmentHandler(ProcessingEnvironment original, Set<String> ignoredGenerated) { in ProcessingEnvironmentHandler()
162 ProcessorHandler(Processor original, Set<String> ignoredGenerated) { in ProcessorHandler()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dslice_test.cc46 auto original = ConstantR3FromArray3D<float>(&builder, values); in TEST_F() local
59 auto original = ConstantR3FromArray3D<float>(&builder, values); in TEST_F() local
72 auto original = ConstantR3FromArray3D<float>(&builder, values); in TEST_F() local
82 auto original = ConstantR2FromArray2D<float>(&builder, Array2D<float>(0, 0)); in XLA_TEST_F() local
90 auto original = ConstantR2FromArray2D<float>(&builder, Array2D<float>(0, 20)); in XLA_TEST_F() local
98 auto original = ConstantR2FromArray2D<float>(&builder, Array2D<float>(3, 0)); in XLA_TEST_F() local
113 auto original = ConstantR2FromArray2D<float>(&builder, values); in XLA_TEST_F() local
131 auto original = ConstantR2FromArray2D<float>(&builder, values); in TEST_F() local
152 auto original = ConstantR2FromArray2D<float>(&builder, values); in TEST_F() local
164 auto original = ConstantR4FromArray4D(&builder, values); in TEST_F() local
[all …]
Dmultidimensional_slice_test.cc36 auto original = ConstantR2<float>( in XLA_TEST_F() local
49 auto original = ConstantR3FromArray3D<float>(&builder, array_3d); in XLA_TEST_F() local
/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java91 Module original = in testOverrideConstant() local
112 Module original = in testGetProviderInModule() local
127 Module original = in testOverrideWhatGetProviderProvided() local
144 Module original = in testOverrideUsingOriginalsGetProvider() local
167 Module original = in testOverrideOfOverride() local
219 Module original = newModule("A"); in testOverridesTwiceFails() local
243 Module original = in testOverridesDoesntFixTwiceBoundInOriginal() local
295 Module original = in testOverrideUntargettedBinding() local
326 Module original = in testOverrideScopeAnnotation() local
362 final Module original = in testFailsIfOverridenScopeInstanceHasBeenUsed() local
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage-inl.h230 void Image<T>::DownsampleAveraged(const T* const original, const int stride, in DownsampleAveraged()
270 void Image<T>::DownsampleInterpolateNearest(const Image<T>& original) { in DownsampleInterpolateNearest()
309 void Image<T>::DownsampleInterpolateLinear(const Image<T>& original) { in DownsampleInterpolateLinear()
408 void Image<T>::DownsampleSmoothed3x3(const Image<T>& original) { in DownsampleSmoothed3x3()
440 void Image<T>::DownsampleSmoothed5x5(const Image<T>& original) { in DownsampleSmoothed5x5()
485 inline T Image<T>::ScharrPixelX(const Image<U>& original, in ScharrPixelX()
503 inline T Image<T>::ScharrPixelY(const Image<U>& original, in ScharrPixelY()
521 inline void Image<T>::ScharrX(const Image<U>& original) { in ScharrX()
531 inline void Image<T>::ScharrY(const Image<U>& original) { in ScharrY()
541 void Image<T>::DerivativeX(const Image<U>& original) { in DerivativeX()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_fixture.h62 Pass* pass, const std::string& original, bool skip_nop) { in OptimizeToBinary()
131 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
167 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
183 const std::string& original, bool do_validation, Args&&... args) { in SinglePassRunAndMatch()
201 void SinglePassRunAndFail(const std::string& original, Args&&... args) { in SinglePassRunAndFail()
236 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dpass_fixture.h62 Pass* pass, const std::string& original, bool skip_nop) { in OptimizeToBinary()
131 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
167 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
183 const std::string& original, bool do_validation, Args&&... args) { in SinglePassRunAndMatch()
201 void SinglePassRunAndFail(const std::string& original, Args&&... args) { in SinglePassRunAndFail()
236 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_fixture.h62 Pass* pass, const std::string& original, bool skip_nop) { in OptimizeToBinary()
131 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
167 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
183 const std::string& original, bool do_validation, Args&&... args) { in SinglePassRunAndMatch()
201 void SinglePassRunAndFail(const std::string& original, Args&&... args) { in SinglePassRunAndFail()
236 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapEqualsTester.java58 Multimap<K, V> original = multimap(); in testEqualsMultimapWithNullKey() local
71 Multimap<K, V> original = multimap(); in testEqualsMultimapWithNullValue() local
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapEqualsTester.java58 Multimap<K, V> original = multimap(); in testEqualsMultimapWithNullKey() local
71 Multimap<K, V> original = multimap(); in testEqualsMultimapWithNullValue() local
/external/protobuf/src/google/protobuf/stubs/
Dstatusor_test.cc92 StatusOr<int> original(kI); in TEST() local
99 StatusOr<int> original(Status::CANCELLED); in TEST() local
106 StatusOr<int> original(kI); in TEST() local
113 StatusOr<int> original(Status::CANCELLED); in TEST() local
191 StatusOr<const int*> original(&kI); in TEST() local
198 StatusOr<int*> original(Status::CANCELLED); in TEST() local
205 StatusOr<Derived*> original(&derived); in TEST() local
213 StatusOr<Derived*> original(Status::CANCELLED); in TEST() local

12345678910>>...20