Home
last modified time | relevance | path

Searched refs:inferred (Results 1 – 25 of 125) sorted by relevance

12345

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Reshape.pbtxt49 # -1 is inferred to be 9:
52 # -1 is inferred to be 2:
55 # -1 is inferred to be 3:
Dapi_def_BoostedTreesQuantileStreamResourceDeserialize.pbtxt19 inferred int; number of features to get bucket boundaries for.
Dapi_def_BoostedTreesQuantileStreamResourceGetBucketBoundaries.pbtxt19 inferred int; number of features to get bucket boundaries for.
Dapi_def_SplitV.pbtxt14 Can contain one -1 indicating that dimension is to be inferred.
Dapi_def_BoostedTreesBucketize.pbtxt26 inferred int; number of features.
Dapi_def_BoostedTreesMakeStatsSummary.pbtxt49 int; inferred from the size of bucketized_features_list; the number of features.
Dapi_def_IRFFT.pbtxt36 compute `input` is odd, it should be provided since it cannot be inferred
Dapi_def_IRFFT3D.pbtxt36 to compute `input` is odd, it should be provided since it cannot be inferred
Dapi_def_IRFFT2D.pbtxt36 to compute `input` is odd, it should be provided since it cannot be inferred
/external/clang/test/SemaObjCXX/
Drelated-result-type-inference.mm54 // Not inferred
57 // Not inferred due to instance/class mismatches
63 // Not inferred due to return type mismatch
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go437 inferred := make(map[string]bool)
441 inferred[in.TypeAttr] = true
443 inferred[in.TypeListAttr] = true
446 inferred[in.NumberAttr] = true
450 if inferred[attr.Name] {
/external/clang/test/SemaObjC/
Darc-property-decl-attrs.m89 @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.
Drelated-result-type-inference.m54 // Not inferred
57 // Not inferred due to instance/class mismatches
63 // Not inferred due to return type mismatch
Dnullable-weak-property.m23 foo (self.property1); // no warning because nothing is inferred
/external/clang/test/Modules/
Dinferred-attributes.mm2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/inferred-a…
/external/clang/lib/Lex/
DModuleMap.cpp629 inferred = InferredDirectories.find(ParentDir); in inferFrameworkModule() local
630 if (inferred == InferredDirectories.end()) { in inferFrameworkModule()
637 inferred = InferredDirectories.find(ParentDir); in inferFrameworkModule()
640 if (inferred == InferredDirectories.end()) in inferFrameworkModule()
641 inferred = InferredDirectories.insert( in inferFrameworkModule()
645 if (inferred->second.InferModules) { in inferFrameworkModule()
649 canInfer = std::find(inferred->second.ExcludedModules.begin(), in inferFrameworkModule()
650 inferred->second.ExcludedModules.end(), in inferFrameworkModule()
651 Name) == inferred->second.ExcludedModules.end(); in inferFrameworkModule()
653 Attrs.IsSystem |= inferred->second.Attrs.IsSystem; in inferFrameworkModule()
[all …]
/external/clang/test/Analysis/
Dgenerics.m376 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
378 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
522 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
524 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
634 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
636 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
891 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSNumber *&gt; *&apos; is inferred from implicit c…
893 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSNumber *&gt; *&apos; is inferred from implicit c…
1032 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
1034 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc323 Shape inferred = inferred_status.ValueOrDie(); in TEST_F() local
324 ASSERT_TRUE(ShapeUtil::Equal(ShapeUtil::MakeShape(F32, {4, 4}), inferred)); in TEST_F()
332 Shape inferred = inferred_status_ok.ValueOrDie(); in TEST_F() local
333 ASSERT_TRUE(ShapeUtil::Equal(operand_shape_, inferred)); in TEST_F()
838 Shape inferred = inferred_status.ValueOrDie(); in TEST_F() local
839 ASSERT_TRUE(ShapeUtil::Equal(ShapeUtil::MakeShape(F32, {32, 64}), inferred)); in TEST_F()
847 Shape inferred = inferred_status.ValueOrDie(); in TEST_F() local
848 ASSERT_TRUE(ShapeUtil::Equal(ShapeUtil::MakeShape(F32, {16, 16}), inferred)); in TEST_F()
856 Shape inferred = inferred_status.ValueOrDie(); in TEST_F() local
857 ASSERT_TRUE(ShapeUtil::Equal(ShapeUtil::MakeShape(F32, {3, 4}), inferred)); in TEST_F()
[all …]
/external/tensorflow/tensorflow/contrib/tensorboard/plugins/projector/
Dprojector_config.proto30 // Shape of the 2D tensor [N x D]. If missing, it will be inferred from the
/external/clang/include/clang/Basic/
DDiagnosticLexKinds.td620 "only submodules and framework modules may be inferred with wildcard syntax">;
622 "inferred submodules require a module with an umbrella">;
624 "inferred submodule cannot be a framework submodule">;
626 "inferred framework modules cannot be 'explicit'">;
630 "redefinition of inferred submodule">;
632 "expected '{' to start inferred submodule">;
636 "only '*' can be exported from an inferred submodule">;
/external/llvm/docs/CommandGuide/
Dlli.rst76 valid architectures. By default this is inferred from the target triple or
82 By default this is inferred from the target triple and autodetected to
Dllc.rst59 valid architectures. By default this is inferred from the target triple or
65 By default this is inferred from the target triple and autodetected to
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllc.rst59 valid architectures. By default this is inferred from the target triple or
65 By default this is inferred from the target triple and autodetected to
Dlli.rst76 valid architectures. By default this is inferred from the target triple or
82 By default this is inferred from the target triple and autodetected to
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllc.pod60 valid architectures. By default this is inferred from the target triple or
66 By default this is inferred from the target triple and autodetected to

12345