/external/tensorflow/tensorflow/python/framework/ |
D | python_api_parameter_converter_test.py | 95 def assertInferredEqual(self, api_info, inferred, expected): argument 101 self.assertLen(inferred.types, len(inferred_type_attrs)) 102 self.assertLen(inferred.type_lists, len(inferred_type_list_attrs)) 103 self.assertLen(inferred.lengths, len(inferred_length_attrs)) 105 for i, val in enumerate(inferred.types): 109 for i, val in enumerate(inferred.type_lists): 111 for i, val in enumerate(inferred.lengths): 155 inferred = Convert(api_info, tensor_converter, params) 156 self.assertEqual(inferred.types, []) 157 self.assertEqual(inferred.type_lists, []) [all …]
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | nullability-consistency-arrays.mm | 1 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -Wno-nullability-inferred-on-nested-type %s … 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -Wno-nullability-inferred-on-nested-type %s … 3 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -Wno-nullability-inferred-on-nested-type %s … 4 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -Wno-nullability-inferred-on-nested-type -x … 5 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -Wno-nullability-inferred-on-nested-type -x … 6 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -Wno-nullability-inferred-on-nested-type -x …
|
D | related-result-type-inference.mm | 54 // Not inferred 57 // Not inferred due to instance/class mismatches 63 // Not inferred due to return type mismatch
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Reshape.pbtxt | 52 # -1 is inferred to be 9: 55 # -1 is inferred to be 2: 58 # -1 is inferred to be 3:
|
D | api_def_RaggedTensorFromVariant.pbtxt | 27 -1, this is inferred as `output_ragged_rank` - `rank(encoded_ragged)` 50 inferred as `output_ragged_rank` - `rank(encoded_ragged)`. See
|
D | api_def_BoostedTreesQuantileStreamResourceDeserialize.pbtxt | 19 inferred int; number of features to get bucket boundaries for.
|
/external/clang/test/SemaObjCXX/ |
D | related-result-type-inference.mm | 54 // Not inferred 57 // Not inferred due to instance/class mismatches 63 // Not inferred due to return type mismatch
|
/external/llvm-project/clang/test/SemaObjC/ |
D | attr-availability-priority.m | 4 void inferred() __attribute__((availability(ios, introduced=11.0, deprecated=12.0))); // expected-n… function 14 inferred(); // expected-warning{{'inferred' is deprecated: first deprecated in tvOS 12.0}}
|
D | related-result-type-inference.m | 54 // Not inferred 57 // Not inferred due to instance/class mismatches 63 // Not inferred due to return type mismatch
|
/external/llvm-project/mlir/test/Dialect/PDL/ |
D | ops.mlir | 44 // Check that the result type of an operation within a rewrite can be inferred 59 // Check that the result type of an operation within a rewrite can be inferred 74 // Check that the result type of an operation within a rewrite can be inferred
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.preprocessing.pbtxt | 17 …ow_links\', \'smart_resize\'], varargs=None, keywords=None, defaults=[\'inferred\', \'int\', \'Non… 21 …\'subset\', \'follow_links\'], varargs=None, keywords=None, defaults=[\'inferred\', \'int\', \'Non…
|
/external/llvm-project/llvm/test/tools/llvm-lib/ |
D | machine-mismatch.test | 27 OBJ32: i386.obj: file machine type x86 conflicts with library machine type x64 (inferred from earli… 34 BC32: i386.bc: file machine type x86 conflicts with library machine type x64 (inferred from earlier… 38 BC64: x86_64.bc: file machine type x64 conflicts with library machine type arm64 (inferred from ear…
|
/external/tensorflow/tensorflow/go/genop/internal/ |
D | genop.go | 441 inferred := make(map[string]bool) 445 inferred[in.TypeAttr] = true 447 inferred[in.TypeListAttr] = true 450 inferred[in.NumberAttr] = true 454 if inferred[attr.Name] {
|
/external/clang/test/SemaObjC/ |
D | arc-property-decl-attrs.m | 89 @property(nonatomic, weak) id delegate; // Do not warn, nullable is inferred. 90 @property(nonatomic, weak, readonly) id ROdelegate; // Do not warn, nullable is inferred. 103 @property(nonatomic, weak) id ddd; // Do not warn, nullable is inferred.
|
D | related-result-type-inference.m | 54 // Not inferred 57 // Not inferred due to instance/class mismatches 63 // Not inferred due to return type mismatch
|
/external/clang/test/Modules/ |
D | inferred-attributes.mm | 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/inferred-a…
|
/external/llvm-project/clang/test/Modules/ |
D | inferred-attributes.mm | 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/inferred-a…
|
/external/llvm-project/lld/test/COFF/ |
D | entry-inference32.test | 5 # CHECK: Entry name inferred: _WinMainCRTStartup
|
/external/llvm-project/mlir/test/Examples/Toy/Ch5/ |
D | ast.toy | 10 # The shape is inferred from the supplied literal. 21 # reuse the previously specialized and inferred version and return `<2, 2>`
|
/external/llvm-project/mlir/test/Examples/Toy/Ch2/ |
D | ast.toy | 10 # The shape is inferred from the supplied literal. 21 # reuse the previously specialized and inferred version and return `<2, 2>`
|
/external/llvm-project/mlir/test/Examples/Toy/Ch1/ |
D | ast.toy | 10 # The shape is inferred from the supplied literal. 21 # reuse the previously specialized and inferred version and return `<2, 2>`
|
/external/llvm-project/mlir/test/Examples/Toy/Ch6/ |
D | ast.toy | 10 # The shape is inferred from the supplied literal. 21 # reuse the previously specialized and inferred version and return `<2, 2>`
|
/external/llvm-project/mlir/test/Examples/Toy/Ch3/ |
D | ast.toy | 10 # The shape is inferred from the supplied literal. 21 # reuse the previously specialized and inferred version and return `<2, 2>`
|
/external/llvm-project/mlir/test/Examples/Toy/Ch4/ |
D | ast.toy | 10 # The shape is inferred from the supplied literal. 21 # reuse the previously specialized and inferred version and return `<2, 2>`
|
/external/llvm-project/mlir/test/Examples/Toy/Ch7/ |
D | ast.toy | 10 # The shape is inferred from the supplied literal. 21 # reuse the previously specialized and inferred version and return `<2, 2>`
|