Home
last modified time | relevance | path

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

12

/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.cpp77 unsigned int inputIndex = dataLayout.GetIndex(paddedShape, n, d, h, w); in Execute() local
DTransposeConvolution2d.cpp80 unsigned int inputIndex; in TransposeConvolution2dImpl() local
DConvImpl.cpp188 unsigned int inputIndex = 0; in Convolve() local
DPooling2d.cpp257 int inputIndex; in Pooling2d() local
/external/armnn/delegate/src/test/
DTestUtils.hpp18 void FillInput(std::unique_ptr<tflite::Interpreter>& interpreter, int inputIndex, std::vector<T>& i… in FillInput()
/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.hpp692 uint32_t inputIndex, in GetInputOperand()
782 uint32_t inputIndex, in GetOperandType()
864 uint32_t inputIndex, in ConvertOperationInputToConstTensorPin()
893 uint32_t inputIndex, in GetInputScalar()
938 uint32_t inputIndex, in GetInputInt32()
950 uint32_t inputIndex, in GetInputFloat32()
963 uint32_t inputIndex, in GetInputActivationFunctionImpl()
991 uint32_t inputIndex, in GetInputActivationFunction()
1008 uint32_t inputIndex, in GetInputActivationFunctionFromTensor()
1027 uint32_t inputIndex, in GetOptionalInputActivation()
[all …]
DModelToINetworkConverter.cpp85 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/src/armnnUtils/
DParserHelper.cpp22 unsigned int inputIndex, in ProcessConcatInputTensorInfo()
/external/armnn/tests/
DInferenceModel.hpp486 unsigned int GetInputSize(unsigned int inputIndex = 0u) const in GetInputSize()
551 const armnn::BindingPointInfo& GetInputBindingInfo(unsigned int inputIndex = 0u) const in GetInputBindingInfo()
580 QuantizationParams GetInputQuantizationParams(unsigned int inputIndex = 0u) const in GetInputQuantizationParams()
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreterApi.java285 public Tensor getInputTensor(int inputIndex); in getInputTensor()
DInterpreterImpl.java169 public Tensor getInputTensor(int inputIndex) { in getInputTensor()
/external/skia/src/core/
DSkMD5.cpp44 unsigned int inputIndex; in write() local
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/model/
DModel.java227 public Tensor getInputTensor(int inputIndex) { in getInputTensor()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorConvolution.h117 Index inputIndex = 0; in mapGpuInputPlaneToTensorInputOffset() local
/external/armnn/delegate/src/
DControl.hpp27 unsigned int inputIndex, in SetupConcatViewOrigin()
Darmnn_delegate.cpp371 size_t inputIndex = 0; in Invoke() local
DDelegateUtils.hpp145 for (unsigned int inputIndex = 0; inputIndex < layer->GetNumInputSlots(); ++inputIndex) in Connect() local
/external/armnn/tests/ExecuteNetwork/
DExecuteNetwork.cpp77 for(unsigned int inputIndex = 0; inputIndex < numInputs; ++inputIndex) in TfLiteDelegateMainImpl() local
/external/angle/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp195 unsigned int inputIndex = 0; in generateVertexShaderForInputLayout() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
DMediaCodecRenderer.java1133 private ByteBuffer getInputBuffer(int inputIndex) { in getInputBuffer()

12