Home
last modified time | relevance | path

Searched full:construction (Results 1 – 25 of 5181) sorted by relevance

12345678910>>...208

/external/tensorflow/tensorflow/python/framework/
Dop_callbacks.py29 - The creation of an op during graph construction (e.g., in
57 # - In graph construction, these are non-eager `Tensor`s
62 # as well as graph construction.
68 # In graph construction, these are non-eager `Tensor`s that
74 # - In graph construction, this is the name of the op, e.g.,
78 # - In graph construction, this is the op's enclosing graph
87 # construction will be unaffected.
92 # - In graph construction, these returned `Tensor`s should be
94 # `outputs` for downstream graph construction.
163 case of graph construction.
[all …]
/external/clang/test/SemaObjC/
Dobjc-literal-sig.m43 …(void)@__objc_yes; // expected-error{{literal construction method 'numberWithBool:' has incompatib…
44 …(void)@__objc_yes; // expected-error{{literal construction method 'numberWithBool:' has incompatib…
45 …id array = @[ @17 ]; // expected-error{{literal construction method 'arrayWithObjects:count:' has …
46 …id array2 = @[ @17 ]; // expected-error{{literal construction method 'arrayWithObjects:count:' has…
47 …id dict = @{ @"hello" : @17 }; // expected-error{{literal construction method 'dictionaryWithObjec…
48 …id dict2 = @{ @"hello" : @17 }; // expected-error{{literal construction method 'dictionaryWithObje…
49 …id str = @("hello"); // expected-error{{literal construction method 'stringWithUTF8String:' has in…
50 …id str2 = @("hello"); // expected-error{{literal construction method 'stringWithUTF8String:' has i…
/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dtuple_traits.cpp20 /* Some construction differences in fusion::tuple from std::tuple:
21 - Construction from elements cannot call an explicit constructor.
22 - There is no implicit construction from elements.
23 - Construction from std::pair is _enabled_ when tuple is not of size 2.
24 - Construction from tuple is _enabled_ when destination tuple is of
26 - Implicit construction from std::pair can call explicit constructors on
28 - Implicit construction from tuple can call explicit constructors on
39 test_convertible(false /* no conversion construction */ ); in main()
/external/sdv/vsomeip/third_party/boost/filesystem/test/
Dlocale_info.cpp35 cout << "\nlocale default construction OK" << endl; in default_info()
40 cout << "\nlocale default construction threw: " << ex.what() << endl; in default_info()
49 cout << "\nlocale(\"\") construction OK" << endl; in null_string_info()
54 cout << "\nlocale(\"\") construction threw: " << ex.what() << endl; in null_string_info()
63 cout << "\nlocale(locale::classic()) copy construction OK" << endl; in classic_info()
68 cout << "\nlocale(locale::clasic()) copy construction threw: " << ex.what() << endl; in classic_info()
/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/
DBindServiceFlags.java89 * @return this, for fluent construction
100 * @return this, for fluent construction
118 * @return this, for fluent construction
131 * @return this, for fluent construction
147 * @return this, for fluent construction
158 * @return this, for fluent construction
169 * @return this, for fluent construction
181 * @return this, for fluent construction
192 * @return this, for fluent construction
204 * @return this, for fluent construction
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dtfrt_op_kernel_test.cc131 explicit TestKernel(TFRTOpKernelConstruction* construction) in TestKernel() argument
132 : TFRTOpKernel(construction) {} in TestKernel()
144 TFRTOpKernelReg reg([](TFRTOpKernelConstruction* construction) in TEST()
146 return std::make_unique<TestKernel>(construction); in TEST()
164 TFRTOpKernelReg reg1([](TFRTOpKernelConstruction* construction) in TEST() argument
166 return std::make_unique<TestKernel>(construction); in TEST()
168 TFRTOpKernelReg reg2([](TFRTOpKernelConstruction* construction) in TEST() argument
170 return std::make_unique<TestKernel>(construction); in TEST()
192 TFRTOpKernelReg reg([](TFRTOpKernelConstruction* construction) in TEST() argument
194 return std::make_unique<TestKernel>(construction); in TEST()
/external/tensorflow/tensorflow/c/
Dkernels.h219 // Notifies the given OpKernelConstruction that kernel construction has failed.
297 // Interprets the named kernel construction attribute as a TF_DataType and
306 // Interprets the named kernel construction attribute as int32_t and
315 // Interprets the named kernel construction attribute as int64_t and
324 // Interprets the named kernel construction attribute as float and
333 // Interprets the named kernel construction attribute as bool and
342 // Interprets the named kernel construction attribute as string and
354 // Interprets the named kernel construction attribute as tensor and places it
365 // Interprets the named kernel construction attribute as a TF_DataType array and
375 // Interprets the named kernel construction attribute as int32_t array and
[all …]
/external/skia/resources/sksl/errors/
DInvalidAtomicOperations.compute112 construction of struct type 'S' with atomic member is not allowed
114 construction of struct type 'S' with atomic member is not allowed
115 construction of struct type 'S' with atomic member is not allowed
119 construction of array type 'atomicUint[2]' with atomic member is not allowed
121 construction of array type 'S[2]' with atomic member is not allowed
122 construction of struct type 'NestedS' with atomic member is not allowed
/external/clang/test/Analysis/
Dvirtualcall.cpp11 …foo(); // expected-warning{{Call pure virtual functions during construction or destruction may lea… in f()
18 …foo(); // expected-warning{{Call virtual functions during construction or destruction will never g… in B()
23 …virtual void bar() { foo(); } // expected-warning{{Call virtual functions during construction or … in bar()
33 …this->foo(); // expected-warning{{Call virtual functions during construction or destruction will n… in ~B()
46 …f(foo()); // expected-warning{{Call virtual functions during construction or destruction will neve… in C()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractHashFloodingTest.java39 private final List<Construction<T>> constructions;
44 List<Construction<T>> constructions, in AbstractHashFloodingTest()
108 interface Construction<T> { interface in AbstractHashFloodingTest
112 static Construction<Map<Object, Object>> mapFromKeys( in mapFromKeys()
123 static Construction<Set<Object>> setFromElements(Supplier<Set<Object>> mutableSupplier) { in setFromElements()
199 for (Construction<T> pathway : constructions) {
232 for (Construction<T> pathway : constructions) {
253 Construction<T> pathway) {
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp140 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in setAttribute()
274 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in getAttribute()
537 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
561 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
617 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
641 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
665 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
685 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
706 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
1311 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in toPattern()
[all …]
/external/cronet/third_party/icu/source/i18n/
Ddecimfmt.cpp140 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in setAttribute()
274 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in getAttribute()
537 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
561 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
617 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
641 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
665 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
685 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
706 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format()
1311 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in toPattern()
[all …]
/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/
DCompoundTransliteratorTest.java30 logln("Testing the construction of the compound Transliterator"); in TestConstruction()
39 errln("FAIL: Transliterator construction failed" + ex.getMessage()); in TestConstruction()
55 … errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + IDs[i]); in TestConstruction()
62 …errln("FAIL: construction using CompoundTransliterator(String ID, int direction=FORWARD) failed fo… in TestConstruction()
69 …errln("FAIL: construction using CompoundTransliterator(String ID, int direction=REVERSE) failed fo… in TestConstruction()
77 // errln("FAIL: construction using CompoundTransliterator(String ID, int direction=F… in TestConstruction()
87 // errln("FAIL: Construction using CompoundTransliterator(Transliterator translitera… in TestConstruction()
106 errln("CompoundTransliterator construction failed for ID=" + ID); in TestGetTransliterator()
137 …errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + "Any-Hex;Hex-Any"… in TestTransliterate()
181 errln("FAIL: CompoundTransliterator construction failed for " + Data[i+0]); in TestTransliterate()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DCompoundTransliteratorTest.java33 logln("Testing the construction of the compound Transliterator"); in TestConstruction()
42 errln("FAIL: Transliterator construction failed" + ex.getMessage()); in TestConstruction()
58 … errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + IDs[i]); in TestConstruction()
65 …errln("FAIL: construction using CompoundTransliterator(String ID, int direction=FORWARD) failed fo… in TestConstruction()
72 …errln("FAIL: construction using CompoundTransliterator(String ID, int direction=REVERSE) failed fo… in TestConstruction()
80 // errln("FAIL: construction using CompoundTransliterator(String ID, int direction=F… in TestConstruction()
90 // errln("FAIL: Construction using CompoundTransliterator(Transliterator translitera… in TestConstruction()
109 errln("CompoundTransliterator construction failed for ID=" + ID); in TestGetTransliterator()
140 …errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + "Any-Hex;Hex-Any"… in TestTransliterate()
184 errln("FAIL: CompoundTransliterator construction failed for " + Data[i+0]); in TestTransliterate()
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_types.pass.cpp103 // construction but does not supply the required allocator_type typedef. in test_pmr_uses_alloc()
112 // Test T(std::allocator_arg_t, Alloc const&, Args...) construction in test_pmr_uses_alloc()
117 // Test T(Args..., Alloc const&) construction in test_pmr_uses_alloc()
122 // Test that T(std::allocator_arg_t, Alloc const&, Args...) construction in test_pmr_uses_alloc()
136 // construction but does not supply the required allocator_type typedef. in test_pmr_not_uses_alloc()
145 // Test T(std::allocator_arg_t, Alloc const&, Args...) construction in test_pmr_not_uses_alloc()
150 // Test T(Args..., Alloc const&) construction in test_pmr_not_uses_alloc()
155 // Test that T(std::allocator_arg_t, Alloc const&, Args...) construction in test_pmr_not_uses_alloc()
163 // doing non-pmr uses-allocator construction.
/external/cronet/third_party/libc++/src/test/support/
Duses_alloc_types.h20 // There are two forms of uses-allocator construction:
23 // 'UA_None' represents non-uses allocator construction.
44 // Implements form (1) of uses-allocator construction from the specified
46 // non-uses allocator construction from 'N' arguments. This test type
51 // Implements form (2) of uses-allocator construction from the specified
53 // non-uses allocator construction from 'N' arguments.
57 // Implements both form (1) and (2) of uses-allocator construction from
59 // provides non-uses allocator construction from 'N' arguments.
63 // Implements both form (1) and (2) of uses-allocator construction from
65 // provides non-uses allocator construction from 'N' arguments. However
[all …]
/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_graph.h40 …* A direct graph implementation where most of the graph is fixed at construction time, but a few n…
48 …* While insertion of elements after construction is supported, inserting or changing the neighbors…
50 * after construction will raise the cost of any further operations to more than O(1).
52 …* Even though adding nodes/edges after construction is inefficient, it is efficient to turn non-te…
54 * (and therefore removing all the outgoing edges from the node) after construction.
187 …* The MemoryPool is only used during construction, the constructed object *can* outlive the memory…
203 …* The MemoryPool is only used during construction, the constructed object *can* outlive the memory…
/external/libcxx/test/support/
Duses_alloc_types.hpp21 // There are two forms of uses-allocator construction:
24 // 'UA_None' represents non-uses allocator construction.
60 // Implements form (1) of uses-allocator construction from the specified
62 // non-uses allocator construction from 'N' arguments. This test type
67 // Implements form (2) of uses-allocator construction from the specified
69 // non-uses allocator construction from 'N' arguments.
73 // Implements both form (1) and (2) of uses-allocator construction from
75 // provides non-uses allocator construction from 'N' arguments.
79 // Implements both form (1) and (2) of uses-allocator construction from
81 // provides non-uses allocator construction from 'N' arguments. However
[all …]
/external/libchrome/device/bluetooth/
Dbluetooth_uuid.h28 // Possible representation formats used during construction.
49 // after construction.
74 // that was provided during construction.
78 // based on what was passed in during construction. For the supported sizes,
100 // String representation of the UUID that was used during construction. For
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/auth/signing/
DAwsSigningConfig.java386 * Sets whether or not signing should uri encode urls as part of canonical request construction.
395 * Gets whether or not signing will uri encode urls during canonical request construction
396 * @return whether or not signing will uri encode urls during canonical request construction
401 * Sets whether or not the uri path should be normalized during canonical request construction
402 …alizeUriPath whether or not the uri path should be normalized during canonical request construction
407 * Gets whether or not the uri path should be normalized during canonical request construction
408 … * @return whether or not the uri path should be normalized during canonical request construction
435 …* Sets the payload hash override value to use in canonical request construction. If the signed bo…
438 * @param signedBodyValue payload hash override value to use in canonical request construction
448 * Gets the payload hash override to use in canonical request construction.
[all …]
/external/llvm/include/llvm/Support/
DTargetRegistry.h197 /// TargetMachineCtorFn - Construction function for this target's
201 /// MCAsmBackendCtorFn - Construction function for this target's
205 /// MCAsmParserCtorFn - Construction function for this target's
209 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter,
213 /// MCDisassemblerCtorFn - Construction function for this target's
217 /// MCInstPrinterCtorFn - Construction function for this target's
221 /// MCCodeEmitterCtorFn - Construction function for this target's
225 // Construction functions for the various object formats, if registered.
230 /// Construction function for this target's null TargetStreamer, if
234 /// Construction function for this target's asm TargetStreamer, if
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h240 /// TargetMachineCtorFn - Construction function for this target's
244 /// MCAsmBackendCtorFn - Construction function for this target's
248 /// MCAsmParserCtorFn - Construction function for this target's
252 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter,
256 /// MCDisassemblerCtorFn - Construction function for this target's
260 /// MCInstPrinterCtorFn - Construction function for this target's
264 /// MCCodeEmitterCtorFn - Construction function for this target's
268 // Construction functions for the various object formats, if registered.
274 /// Construction function for this target's null TargetStreamer, if
278 /// Construction function for this target's asm TargetStreamer, if
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DTargetRegistry.h300 /// TargetMachineCtorFn - Construction function for this target's
304 /// MCAsmBackendCtorFn - Construction function for this target's
308 /// MCAsmParserCtorFn - Construction function for this target's
312 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter,
316 /// MCDisassemblerCtorFn - Construction function for this target's
320 /// MCInstPrinterCtorFn - Construction function for this target's
324 /// MCCodeEmitterCtorFn - Construction function for this target's
328 // Construction functions for the various object formats, if registered.
337 /// Construction function for this target's null TargetStreamer, if
341 /// Construction function for this target's asm TargetStreamer, if
[all …]
/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_singleton.cpp22 // verify that objects are destroyed in sequence reverse of construction in ~A()
31 // verify that objects are destroyed in sequence reverse of construction in ~B()
40 // verify that objects are destroyed in sequence reverse of construction in ~C()
64 // verify that objects are destroyed in sequence reverse of construction in ~D()
/external/boringssl/src/rust/bssl-crypto/src/
Dec.rs107 // Safety: the members of `point` are valid by construction. `scalar` in from_scalar()
165 // Safety: `point` is valid by construction. `x962` is a valid memory in from_x962_uncompressed()
226 // Safety: `self.group` is always valid by construction and this doesn't in with_point_as_ec_key()
231 // Safety: `self.point` is always valid by construction and this doesn't in with_point_as_ec_key()
253 // returned. So, after construction, callers cannot mutate the `EC_POINT`.
306 // Safety: `key.0` is always valid by construction. in from_big_endian()
315 // Safety: `key.0` is valid by construction. The returned value is in from_big_endian()
322 // Safety: `key.0` is valid by construction, as is `point.point`. The in from_big_endian()
335 // Safety: `self.0` is valid by construction. If this returns non-zero in to_big_endian()
411 // construction. This call takes a reference to the `EC_KEY` and so in to_der_private_key_info()
[all …]

12345678910>>...208