Home
last modified time | relevance | path

Searched defs:outShape (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/armnn/src/backends/tosaReference/test/
H A DTosaRefLayerSupportTests.cpp24 TensorShape outShape = {1,1,3,4}; variable
46 TensorShape outShape = {1,1,3,4}; variable
197 TensorShape outShape = {1,1,3,4}; variable
219 TensorShape outShape = {1,1,3,4}; variable
240 TensorShape outShape = {1,1,3,4}; variable
266 TensorShape outShape = {1,1,3,4}; variable
293 TensorShape outShape = {1,1,3,4}; variable
313 TensorShape outShape = {1,1,3,4}; variable
336 TensorShape outShape = {12}; variable
358 TensorShape outShape = {12}; variable
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp486 Shape outShape = from.shape(); in convertFromNhwc() local
514 Shape outShape = from.shape(); in convertFromNhwc() local
803 Shape outShape = output.shape(); in executeOperation() local
821 Shape outShape = output.shape(); in executeOperation() local
885 Shape outShape = output.shape(); in executeOperation() local
1106 Shape outShape = output.shape(); in executeOperation() local
1178 Shape outShape = output.shape(); in executeOperation() local
1254 Shape outShape = output.shape(); in executeOperation() local
1293 Shape outShape = output.shape(); in executeOperation() local
1308 Shape outShape = output.shape(); in executeOperation() local
[all …]
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DElementwiseFunction.cpp25 const TensorShape& outShape, in ElementwiseBinaryFunction()
35 const TensorShape& outShape, in ElementwiseUnaryFunction()
45 const TensorShape& outShape, in LogicalBinaryFunction()
55 const TensorShape& outShape, in LogicalUnaryFunction()
H A DBroadcast.cpp11 …roadcastLoop(const TensorShape& inShape0, const TensorShape& inShape1, const TensorShape& outShape) in BroadcastLoop()
33 BroadcastLoop::BroadcastLoop(const TensorShape& inShape, const TensorShape& outShape) in BroadcastLoop()
H A DRefLogicalUnaryWorkload.cpp44 const TensorShape& outShape = outputInfo.GetShape(); in Execute() local
H A DRefLogicalBinaryWorkload.cpp46 const TensorShape& outShape = outputInfo.GetShape(); in Execute() local
H A DRefElementwiseUnaryWorkload.cpp54 const TensorShape& outShape = outputInfo.GetShape(); in Execute() local
H A DRefElementwiseBinaryWorkload.cpp35 const TensorShape& outShape = outputInfo.GetShape(); in ExecuteFunction() local
H A DRefComparisonWorkload.cpp68 const TensorShape& outShape = outputInfo.GetShape(); in Execute() local
H A DRefElementwiseWorkload.cpp53 const TensorShape& outShape = outputInfo.GetShape(); in Execute() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_ops.cpp30 const auto& outShape = outputShapes[idx]; in TEST() local
61 const auto& outShape = outputShapes[idx]; in TEST() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DElementwise.cpp125 const Shape outShape = context->getOutputShape(kOutputTensor); in executeRsqrt() local
135 const Shape outShape = context->getOutputShape(kOutputTensor); in executeRsqrt() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
H A DChloOps.cpp92 llvm::SmallVector<int64_t, 4> outShape; in getBroadcastType() local
123 llvm::SmallVector<int64_t, 4> outShape(shapeLarge.begin(), shapeLarge.end()); in getBroadcastType() local
H A DStablehloOps.cpp2955 auto outShape = llvm::to_vector<6>(firstType.getShape()); in inferReturnTypes() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
H A Dchlo_ops.cc119 llvm::SmallVector<int64_t, 4> outShape; in getBroadcastType() local
150 llvm::SmallVector<int64_t, 4> outShape(shapeLarge.begin(), shapeLarge.end()); in getBroadcastType() local
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DConstantLayer.cpp49 TensorShape const& outShape = m_LayerOutput->GetTensorInfo().GetShape(); in ValidateTensorShapesFromInputs() local
/aosp_15_r20/external/armnn/src/armnn/optimizations/
H A DPermuteAsReshape.hpp41 const TensorShape& outShape = layer.GetOutputHandler().GetTensorInfo().GetShape(); in IsReshape() local
H A DTransposeAsReshape.hpp41 const TensorShape& outShape = layer.GetOutputHandler().GetTensorInfo().GetShape(); in IsReshape() local
/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefLayerSupportTests.cpp42 armnn::TensorShape outShape = {1,1,3,4}; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Drestrict_max_rank.cc133 SmallVector<int64_t, 4> outShape; in matchAndRewrite() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DComparisonTestImpl.cpp40 const armnn::TensorShape& outShape, in ComparisonTestImpl()
103 const armnn::TensorShape outShape, in ComparisonTestImpl()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DLayerSupportRules.hpp167 const TensorShape& outShape = out.GetShape(); in ShapesAreBroadcastCompatible() local
/aosp_15_r20/external/android-nn-driver/
H A DConversionUtils.hpp3739 armnn::TensorShape outShape = armnn::TensorShape(outputDims.size(), outputDims.data()); in ConvertSqueeze() local
/aosp_15_r20/external/armnn/shim/sl/canonical/
H A DConverter.cpp5692 armnn::TensorShape outShape = armnn::TensorShape(outputDims.size(), outputDims.data()); in ConvertSqueeze() local
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.cpp2220 TensorShape outShape = TensorShape(static_cast<unsigned int>(outputDims.size()), in OutputShapeOfSqueeze() local

123