Home
last modified time | relevance | path

Searched defs:inputIndex (Results 1 – 25 of 47) sorted by relevance

12

/external/armnn/shim/sl/canonical/
DConversionUtils.hpp644 uint32_t inputIndex, in GetInputOperand()
684 uint32_t inputIndex, in GetOperandType()
720 uint32_t inputIndex, in ConvertOperationInputToConstTensorPin()
743 uint32_t inputIndex, in GetInputScalar()
783 uint32_t inputIndex, in GetInputInt32()
792 uint32_t inputIndex, in GetInputFloat32()
801 uint32_t inputIndex, in GetInputActivationFunctionImpl()
824 uint32_t inputIndex, in GetInputActivationFunction()
838 uint32_t inputIndex, in GetInputActivationFunctionFromTensor()
854 uint32_t inputIndex, in GetOptionalInputActivation()
[all …]
DConversionUtils.cpp135 uint32_t inputIndex, in IsWeightsValid()
205 uint32_t inputIndex, in ConvertToLayerInputHandle()
762 uint32_t inputIndex, in GetInputPaddingScheme()
854 uint32_t inputIndex, in OptionalDataLayout()
DModelToINetworkTransformer.cpp76 uint32_t inputIndex = m_Model.main.inputIndexes[i]; in Convert() local
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions-inl.h315 const Index inputIndex = depth + origInputRow * m_rowInputStride + in loadCoeff() local
339 const Index inputIndex = depth + inputRow * m_rowInputStride + in loadCoeffStandard() local
387 const Index inputIndex = depth + inputRows[0] * m_rowInputStride + in loadPartialPacketStandard() local
470 const Index inputIndex = depth + inputRows[0] * m_rowInputStride + in loadPacketStandardFromSingleColumn() local
596 const Index inputIndex = depth + inputRow * m_rowInputStride + in loadPacketFast() local
859 const Index inputIndex = depth + baseIndex; in packetNoPadding() local
865 const Index inputIndex = depth + baseIndex; in coeffNoPadding() local
874 const Index inputIndex = depth + baseIndex; in partialPacketNoPadding() local
Deigen_cuboid_convolution.h392 const Index inputIndex = depth + origInputPlane * m_planeInputStride + in loadCoeff() local
427 const Index inputIndex = depth + inputPlane * m_planeInputStride + in loadCoeffStandard() local
484 const Index inputIndex = depth + inputPlanes[0] * m_planeInputStride + in loadPartialPacketStandard() local
575 const Index inputIndex = depth + inputPlanes[0] * m_planeInputStride + in loadPacketStandardFromSingleColumnSingleRow() local
750 const Index inputIndex = depth + inputPlane * m_planeInputStride + in loadPacketFast() local
1069 const Index inputIndex = depth + baseIndex; in packetNoPadding() local
1075 const Index inputIndex = depth + baseIndex; in coeffNoPadding() local
/external/armnn/src/backends/reference/workloads/
DRefNormalizationWorkload.cpp67 unsigned int inputIndex = n * cols * rows * depth + in NormalizeWithinUingLbr() local
128 unsigned inputIndex = dataLayoutIndexed.GetIndex(tensorShape, in NormalizeAcrossUingLbr() local
DRefL2NormalizationWorkload.cpp88 unsigned int inputIndex = dataLayout.GetIndex(paddedShape, n, d, h, w); in Execute() local
DTransposeConvolution2d.cpp80 unsigned int inputIndex; in TransposeConvolution2dImpl() local
DConv3dImpl.cpp112 unsigned int inputIndex = 0; in Convolve3d() local
/external/oboe/samples/RhythmGame/src/main/cpp/audio/
DNDKExtractor.cpp106 ssize_t inputIndex = AMediaCodec_dequeueInputBuffer(codec, 2000); in decode() local
/external/android-nn-driver/
DConversionUtils.hpp724 uint32_t inputIndex, in GetInputOperand()
822 uint32_t inputIndex, in GetOperandType()
902 uint32_t inputIndex, in ConvertOperationInputToConstTensorPin()
931 uint32_t inputIndex, in GetInputScalar()
976 uint32_t inputIndex, in GetInputInt32()
988 uint32_t inputIndex, in GetInputFloat32()
1001 uint32_t inputIndex, in GetInputActivationFunctionImpl()
1029 uint32_t inputIndex, in GetInputActivationFunction()
1046 uint32_t inputIndex, in GetInputActivationFunctionFromTensor()
1065 uint32_t inputIndex, in GetOptionalInputActivation()
[all …]
DModelToINetworkConverter.cpp93 uint32_t inputIndex = getMainModel(m_Model).inputIndexes[i]; in Convert() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowMediaCodecTest.java537 int inputIndex = codec.dequeueInputBuffer(/* timeoutUs= */ 0); in inSyncMode_queueInputBufferTwice_throws() local
591 int inputIndex = codec.dequeueInputBuffer(/* timeoutUs= */ 0); in inSyncMode_afterFlushGetInputBuffer_returnsNull() local
601 int inputIndex = codec.dequeueInputBuffer(/* timeoutUs= */ 0); in inSyncMode_afterFlushCannotQueueInputBufferThatIsNotDequeued() local
/external/armnn/delegate/classic/src/
DSlice.hpp45 { in VisitSliceOperator()
DStridedSlice.hpp45 { in VisitStridedSliceOperator()
DClassicDelegateUtils.hpp161 for (unsigned int inputIndex = 0; inputIndex < layer->GetNumInputSlots(); ++inputIndex) in Connect() local
486 for (unsigned int inputIndex = 0; inputIndex < layer->GetNumInputSlots(); ++inputIndex) in ProcessInputs() local
/external/armnn/src/armnnUtils/
DParserHelper.cpp22 unsigned int inputIndex, in ProcessConcatInputTensorInfo()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/
Dlhlo_elemental_utils.cc123 SmallVector<Value, 4> inputIndex; in elementalLower() local
161 SmallVector<Value, 4> inputIndex; in elementalLowerImplForBroadcastInDimOps() local
/external/armnn/delegate/opaque/src/
DOpaqueDelegateUtils.hpp191 for (unsigned int inputIndex = 0; inputIndex < layer->GetNumInputSlots(); ++inputIndex) in Connect() local
592 …for (int32_t inputIndex = 0; inputIndex < static_cast<int32_t>(layer->GetNumInputSlots()); ++input… in ProcessInputs() local
/external/armnn/tests/ExecuteNetwork/
DTfliteExecutor.cpp51 for(unsigned int inputIndex = 0; inputIndex < numInputs; ++inputIndex) in TfLiteExecutor() local
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreterImpl.java141 public Tensor getInputTensor(int inputIndex) { in getInputTensor()
DNativeSignatureRunnerWrapper.java59 int inputIndex = nativeGetInputIndex(signatureRunnerHandle, inputName); in getInputIndex() local
DInterpreterApi.java467 Tensor getInputTensor(int inputIndex); in getInputTensor()
/external/armnn/tests/
DInferenceModel.hpp557 unsigned int GetInputSize(unsigned int inputIndex = 0u) const in GetInputSize()
727 const armnn::BindingPointInfo& GetInputBindingInfo(unsigned int inputIndex = 0u) const in GetInputBindingInfo()
756 QuantizationParams GetInputQuantizationParams(unsigned int inputIndex = 0u) const in GetInputQuantizationParams()
/external/skia/src/core/
DSkMD5.cpp45 unsigned int inputIndex; in write() local

12