/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | SVDF.cpp | 97 const Shape& inputShape = input->shape(); in Prepare() local
|
D | UnidirectionalSequenceLSTM.cpp | 90 const Shape inputShape = context->getInputShape(kInputTensor); in prepare() local
|
D | BatchMatmul.cpp | 85 void transposeRowsColumns(const T* inputData, const Shape& inputShape, T* outputData) { in transposeRowsColumns()
|
D | BidirectionalSequenceLSTM.cpp | 382 const Shape& inputShape = input_->shape(); in Prepare() local
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | Resize.cpp | 94 TensorShape inputShape = inputInfo.GetShape(); in Resize() local
|
H A D | RefUnidirectionalSequenceLstmWorkload.cpp | 66 TensorShape& inputShape = inputInfo.GetShape(); in Execute() local
|
H A D | RefQLstmWorkload.cpp | 74 const TensorShape& inputShape = inputInfo.GetShape(); in Execute() local
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/customization/processors/ |
H A D | ShapeSubstitutionsProcessor.java | 108 String inputShape = operation.getInput().getShape(); in preprocessAssertNoSubstitutedShapeReferenceInOperation() local
|
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | Pooling3dTestHelper.hpp | 144 std::vector<int32_t>& inputShape, in Pooling3dTest()
|
H A D | LstmTestHelper.hpp | 77 std::vector<int32_t> inputShape {batchSize , inputSize}; in CreateLstmTfLiteModel() local
|
H A D | UnidirectionalSequenceLstmTestHelper.hpp | 87 std::vector<int32_t> inputShape; in CreateUnidirectionalSequenceLstmTfLiteModel() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | TransposeConvolution2dEndToEndTestImpl.hpp | 61 TensorShape inputShape = MakeTensorShape(batches, channels, hInput, wInput, dataLayout); in TransposeConvolution2dEndToEnd() local
|
H A D | QuantizedLstmEndToEndTestImpl.cpp | 27 armnn::INetworkPtr CreateQuantizedLstmNetwork(armnn::TensorShape& inputShape, in CreateQuantizedLstmNetwork()
|
H A D | DynamicBackendTests.hpp | 1446 TensorShape inputShape { 1, 16, 16, 16 }; in CreateReferenceDynamicBackendTestImpl() local 1528 TensorShape inputShape { 1, 16, 16, 16 }; in CreateSampleDynamicBackendTestImpl() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/ |
D | FindOps.java | 143 public StreamShape inputShape() { in inputShape() method in FindOps.FindOp
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/ |
D | FindOps.java | 143 public StreamShape inputShape() { in inputShape() method in FindOps.FindOp
|
/aosp_15_r20/external/armnn/src/armnn/layers/ |
H A D | ConcatLayer.cpp | 211 auto& inputShape = inputShapes[i]; in InferOutputShapes() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/ |
H A D | FindOps.java | 143 public StreamShape inputShape() { in inputShape() method in FindOps.FindOp
|
/aosp_15_r20/external/armnn/src/armnnTestUtils/ |
H A D | CreateWorkload.hpp | 1771 TensorShape inputShape; in CreateResizeBilinearWorkloadTest() local 2248 const armnn::TensorShape& inputShape, in CreatePreluWorkloadTest() 2319 const armnn::TensorShape& inputShape, in CreateStackWorkloadTest()
|
/aosp_15_r20/test/mlts/benchmark/native/ |
D | multi_process_test.cpp | 191 std::vector<int> inputShape; in main() local
|
/aosp_15_r20/external/armnn/src/backends/aclCommon/ |
H A D | ArmComputeTensorUtils.cpp | 444 const arm_compute::TensorShape& inputShape) in ComputeDepthwiseConv2dDepthMultiplier()
|
/aosp_15_r20/external/android-nn-driver/ |
H A D | ConversionUtils_1_2.hpp | 1034 const TensorShape& inputShape = inputInfo.GetShape(); in ConvertGroupedConv2d() local 2214 const TensorShape& inputShape = inputInfo.GetShape(); in ConvertResize() local 2234 const TensorShape& inputShape = inputInfo.GetShape(); in ConvertResize() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | LogicalTestImpl.cpp | 26 const armnn::TensorShape& inputShape, in LogicalUnaryTestHelper()
|
H A D | UnidirectionalSequenceLstmTestImpl.cpp | 27 const armnn::TensorShape& inputShape, in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() 223 const armnn::TensorShape& inputShape, in UnidirectionalSequenceLstmLayerFloat32TestImpl() 412 const armnn::TensorShape& inputShape, in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
H A D | TensorImpl.java | 253 int[] inputShape = computeShapeOf(input); in getInputShapeIfDifferent() local
|