Searched refs:inputShape (Results 1 – 10 of 10) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
D | CoercionConfigs.java | 163 Class<?> targetClass, CoercionInputShape inputShape) in findCoercion() argument 169 CoercionAction act = cc.findAction(inputShape); in findCoercion() 180 CoercionAction act = cc.findAction(inputShape); in findCoercion() 188 CoercionAction act = _defaultCoercions.findAction(inputShape); in findCoercion() 194 if (inputShape == CoercionInputShape.EmptyArray) { in findCoercion() 199 if ((inputShape == CoercionInputShape.Float) in findCoercion() 220 if (inputShape == CoercionInputShape.EmptyString) { in findCoercion()
|
/external/llvm-project/mlir/examples/toy/Ch3/mlir/ |
D | Dialect.cpp | 240 auto inputShape = inputType.getShape(); in verify() local 241 if (!std::equal(inputShape.begin(), inputShape.end(), in verify()
|
/external/llvm-project/mlir/examples/toy/Ch2/mlir/ |
D | Dialect.cpp | 240 auto inputShape = inputType.getShape(); in verify() local 241 if (!std::equal(inputShape.begin(), inputShape.end(), in verify()
|
/external/llvm-project/mlir/examples/toy/Ch6/mlir/ |
D | Dialect.cpp | 327 auto inputShape = inputType.getShape(); in verify() local 328 if (!std::equal(inputShape.begin(), inputShape.end(), in verify()
|
/external/llvm-project/mlir/examples/toy/Ch5/mlir/ |
D | Dialect.cpp | 327 auto inputShape = inputType.getShape(); in verify() local 328 if (!std::equal(inputShape.begin(), inputShape.end(), in verify()
|
/external/llvm-project/mlir/examples/toy/Ch4/mlir/ |
D | Dialect.cpp | 327 auto inputShape = inputType.getShape(); in verify() local 328 if (!std::equal(inputShape.begin(), inputShape.end(), in verify()
|
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
D | Tensor.java | 288 int[] inputShape = computeShapeOf(input); in getInputShapeIfDifferent() local 289 if (Arrays.equals(shapeCopy, inputShape)) { in getInputShapeIfDifferent() 292 return inputShape; in getInputShapeIfDifferent()
|
/external/llvm-project/mlir/examples/toy/Ch7/mlir/ |
D | Dialect.cpp | 406 auto inputShape = inputType.getShape(); in verify() local 407 if (!std::equal(inputShape.begin(), inputShape.end(), in verify()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | DeserializationConfig.java | 930 Class<?> targetClass, CoercionInputShape inputShape) in findCoercionAction() argument 933 targetType, targetClass, inputShape); in findCoercionAction()
|
D | DeserializationContext.java | 490 Class<?> targetClass, CoercionInputShape inputShape) in findCoercionAction() argument 492 return _config.findCoercionAction(targetType, targetClass, inputShape); in findCoercionAction()
|