Home
last modified time | relevance | path

Searched refs:initTypes (Results 1 – 7 of 7) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestCustomTypeIdResolver.java35 static List<JavaType> initTypes; field in TestCustomTypeIdResolver.CustomResolver
43 if (initTypes != null) { in init()
44 initTypes.add(baseType); in init()
181 CustomResolver.initTypes = types; in testCustomTypeIdResolver()
188 CustomResolver.initTypes = types; in testCustomTypeIdResolver()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DTestHandlerInstantiation.java116 static List<JavaType> initTypes; field in TestHandlerInstantiation.TestCustomIdResolver
145 if (initTypes != null) { in init()
146 initTypes.add(baseType); in init()
/external/dagger2/java/dagger/spi/
DBindingGraphPlugin.java56 default void initTypes(Types types) {} in initTypes() method
/external/dagger2/java/dagger/internal/codegen/validation/
DExternalBindingGraphPlugins.java93 plugin.initTypes(toJavac(processingEnv).getTypeUtils()); // ALLOW_TYPES_ELEMENTS in initializeLegacyPlugin()
/external/auto/value/src/test/java/com/google/auto/value/processor/
DBuilderRequiredPropertiesTest.java48 public void initTypes() { in initTypes() method in BuilderRequiredPropertiesTest
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DStablehloOps.cpp3437 ArrayRef<TensorType> inputTypes, ArrayRef<TensorType> initTypes, in inferReduceWindowOpReturnType() argument
3443 UnrankedTensorType::get(initTypes[i].getElementType())); in inferReduceWindowOpReturnType()
3449 initTypes[i].getElementType())); in inferReduceWindowOpReturnType()
3479 ArrayRef<TensorType> initTypes(operandTensorTypes.begin() + numInputs, in verify() local
3516 if (failed(verifyReducerShape(this->getLoc(), block, inputTypes, initTypes, in verify()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc4580 ArrayRef<TensorType> inputTypes, ArrayRef<TensorType> initTypes, in inferReduceWindowOpReturnType() argument
4586 UnrankedTensorType::get(initTypes[i].getElementType())); in inferReduceWindowOpReturnType()
4592 initTypes[i].getElementType())); in inferReduceWindowOpReturnType()
4622 ArrayRef<TensorType> initTypes(operandTensorTypes.begin() + numInputs, in verify() local
4659 if (failed(verifyReducerShape(this->getLoc(), block, inputTypes, initTypes, in verify()