Home
last modified time | relevance | path

Searched defs:newShape (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dhlo_legalize_shape_ops_to_standard.cc64 auto newShape = targetShapeType.getElementType().isIndex() in matchAndRewrite() local
131 auto newShape = targetShapeType.getElementType().isIndex() in matchAndRewrite() local
Dlegalize_to_linalg.cc2074 int64_t reshapedDim, int64_t factor) { in matchAndRewrite()
2097 llvm::SmallVector<int64_t> newShape; in matchAndRewrite() local
2112 llvm::SmallVector<int64_t> newShape; in matchAndRewrite() local
2140 llvm::SmallVector<int64_t> newShape; in matchAndRewrite() local
2155 llvm::SmallVector<int64_t> newShape; in matchAndRewrite() local
/external/armnn/src/armnn/test/optimizations/
DPermuteDepthwiseConv2dWeightsTests.cpp70 TensorShape newShape = permuteLayer->GetOutputSlot().GetTensorInfo().GetShape(); in PermuteDepthwiseConv2dWeightsTestRunner() local
/external/armnn/src/armnnUtils/
DTensorUtils.cpp112 std::vector<unsigned int> newShape; in ReduceDims() local
176 std::vector<unsigned int> newShape; in ExpandDimsToRank() local
/external/armnn/delegate/common/src/
DDelegateUtils.hpp55 …const armnn::TensorShape& newShape = armnnUtils::ExpandDimsToRank(smallInfo.GetShape(), biggerInpu… in ExpandTensorRankToEqual() local
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DNativeInterpreterWrapper.java192 int[] newShape = tensor.getInputShapeIfDifferent(input.getValue()); in runSignature() local
194 signatureRunnerWrapper.resizeInput(input.getKey(), newShape); in runSignature() local
234 int[] newShape = tensor.getInputShapeIfDifferent(inputs[i]); in run() local
/external/armnn/include/armnn/
DTensor.hpp193 void SetShape(const TensorShape& newShape) { m_Shape = newShape; } in SetShape()
/external/armnn/src/backends/aclCommon/
DArmComputeTensorUtils.cpp151 std::vector<unsigned int> newShape; in ReduceDimsForACL() local
/external/armnn/src/armnnOnnxParser/
DOnnxParser.cpp1066 std::vector<uint32_t> newShape; in To1DTensor() local
2346 std::vector<uint32_t> newShape; in PrependForBroadcast() local