Searched refs:m_ConstantWeights (Results 1 – 15 of 15) sorted by relevance
143 descriptor.m_ConstantWeights = weightsTensorInfo.IsConstant(); in VisitFullyConnectedOperator()231 if (!descriptor.m_ConstantWeights) in VisitFullyConnectedOperator()
500 , m_ConstantWeights(true) in FullyConnectedDescriptor()507 && m_ConstantWeights == rhs.m_ConstantWeights; in operator ==()518 bool m_ConstantWeights; member
184 descriptor.m_ConstantWeights = false; in FullyConnectedWithDynamicWeightsEndToEnd()290 descriptor.m_ConstantWeights = constantWeightsOrBias; in FullyConnectedWithDynamicOrConstantInputsEndToEnd()
78 desc.m_ConstantWeights = true;
325 fc_descriptor.m_ConstantWeights = True
54 data.m_Parameters.m_ConstantWeights = constantWeights; in SimpleFullyConnectedTestImpl()
382 descriptor.m_ConstantWeights = true;407 descriptor.m_ConstantWeights = true;431 descriptor.m_ConstantWeights = true;464 descriptor.m_ConstantWeights = true;
1145 CHECK(layerDescriptor.m_ConstantWeights == m_Descriptor.m_ConstantWeights); in ExecuteStrategy()1169 descriptor.m_ConstantWeights = true;1212 descriptor.m_ConstantWeights = false;1259 descriptor.m_ConstantWeights = true;
692 if (!descriptor.m_ConstantWeights) in IsFullyConnectedSupported()
1377 layerDesc.m_ConstantWeights = false; in CreateFullyConnectedWorkloadWeightsBiasesAsInputsTest()1404 CHECK(queueDescriptor.m_Parameters.m_ConstantWeights == false); in CreateFullyConnectedWorkloadWeightsBiasesAsInputsTest()
1179 fullyConnectedDescriptor.m_ConstantWeights); in SerializeFullyConnectedLayer()
3168 desc.m_ConstantWeights = IsOperandConstant<HalPolicy>(*weightsOperand); in ConvertFullyConnected()
2216 fullyConnectedDescriptor.m_ConstantWeights = flatBufferDescriptor->constantWeights(); in ParseFullyConnected()
1979 desc.m_ConstantWeights = IsOperandConstant(*weightsOperand); in ConvertFullyConnected()
3307 desc.m_ConstantWeights = IsConstTensor(inputs[1]); in ParseFullyConnected()