Home
last modified time | relevance | path

Searched refs:betaTensor (Results 1 – 10 of 10) sorted by relevance

/external/armnn/src/backends/cl/test/
DOpenClTimerTest.cpp83 ScopedTensorHandle betaTensor(tensorInfo);
88 AllocateAndCopyDataToITensorHandle(&betaTensor, beta.data());
95 data.m_Beta = &betaTensor;
/external/armnn/src/backends/backendsCommon/test/layerTests/
DBatchNormalizationTestImpl.cpp77 armnn::ScopedTensorHandle betaTensor(tensorInfo); in BatchNormTestImpl() local
83 descriptor.m_Beta = &betaTensor; in BatchNormTestImpl()
91 AllocateAndCopyDataToITensorHandle(&betaTensor, beta.data()); in BatchNormTestImpl()
166 armnn::ScopedTensorHandle betaTensor(tensorInfo); in BatchNormTestNhwcImpl() local
171 AllocateAndCopyDataToITensorHandle(&betaTensor, &beta[0]); in BatchNormTestNhwcImpl()
178 data.m_Beta = &betaTensor; in BatchNormTestNhwcImpl()
656 armnn::ScopedTensorHandle betaTensor(tensorInfo); in CompareBatchNormTest() local
661 AllocateAndCopyDataToITensorHandle(&betaTensor, &beta[0]); in CompareBatchNormTest()
668 data.m_Beta = &betaTensor; in CompareBatchNormTest()
/external/executorch/backends/apple/mps/runtime/operations/
DLinearAlgebra.mm68 MPSGraphTensor* betaTensor = [_mpsGraph constantWithScalar:beta
72 secondaryTensor:betaTensor
DNormalizationOps.mm63 betaTensor:reshapedBiasTensor
115 betaTensor:biasTensor
/external/armnn/src/armnn/optimizations/
DFuseBatchNorm.hpp48 …ConstTensor betaTensor(batchNormLayer->m_Beta->GetTensorInfo(), batchNormLayer->m_Beta->Map(true)); in Run() local
75 const auto* betaBuffer = static_cast<const T*>(betaTensor.GetMemoryArea()); in Run()
81 std::vector<T> betaVector (betaBuffer, betaBuffer + betaTensor.GetNumElements()); in Run()
/external/pytorch/aten/src/ATen/native/mps/operations/
DBlas.mm156 MPSGraphTensor* betaTensor = [mpsGraph constantWithScalar:beta_.toDouble()
160 secondaryTensor:betaTensor
DLinearAlgebra.mm369 MPSGraphTensor* betaTensor = [mpsGraph constantWithScalar:beta.toDouble()
389 secondaryTensor:betaTensor
480 auto betaTensor = [mpsGraph constantWithScalar:beta.toDouble()
483 secondaryTensor:betaTensor
880 MPSGraphTensor* betaTensor = [mpsGraph constantWithScalar:beta.toDouble()
892 secondaryTensor:betaTensor
DLossOps.mm616 MPSGraphTensor* betaTensor = [mpsGraph constantWithScalar:beta dataType:inputTensor.dataType];
632 secondaryTensor:betaTensor
645 secondaryTensor:betaTensor
748 MPSGraphTensor* betaTensor = [mpsGraph constantWithScalar:beta dataType:MPSDataTypeFloat32];
757 secondaryTensor:betaTensor
761 secondaryTensor:betaTensor
DActivation.mm1152 MPSGraphTensor* betaTensor = mpsGraphScalarPlaceHolder(mpsGraph, inputTensor.dataType);
1158 MPSGraphTensor* reciprocalBetaTensor = [mpsGraph reciprocalWithTensor:betaTensor name:nil];
1160 secondaryTensor:betaTensor
1176 newCachedGraph->betaTensor_ = betaTensor;
1225 MPSGraphTensor* betaTensor = mpsGraphScalarPlaceHolder(mpsGraph, inputTensor.dataType);
1231 secondaryTensor:betaTensor
1251 newCachedGraph->betaTensor_ = betaTensor;
DNormalization.mm269 betaTensor:biasTensor