PopART C++ API Reference
Version: latest
1. Introduction
2. PopART C++ API
2.1. Sessions
2.1.1. Training session
2.1.2. Inference session
2.1.3. Session options
2.2. Data input and output (IStepIO)
2.3. Tensors
2.4. Optimizers
2.4.1. Stochastic Gradient Descent (SGD)
2.4.2. Adam, AdaMax & Lamb
2.4.3. AdaDelta, RMSProp & AdaGrad
2.5. Builder
2.6. Data flow
2.7. Device manager
2.8. Ops
2.8.1. Op definition for PopART IR
2.8.2. Op definition for Poplar implementation
2.8.3. Available Ops (Op class)
2.8.4. Available Ops (Opx class)
2.9. Patterns
2.9.1. Available patterns
2.10. Transforms
2.10.1. Available transforms
2.11. Utility classes
2.11.1. Graph
2.11.2. Region
2.11.3. Error handling
2.11.4. Debug context
2.11.5. Attributes
2.11.6. Void data
2.11.7. Input shape information
2.11.8. Profiling
2.11.9. Task information
2.11.10. Type definitions
2.11.11. Enums
2.11.12. Structs
2.11.13. Other classes
3. Index
4. Legal notices
Doxygen
PopART C++ API Reference
This document is for previous versions of the Poplar SDK up to 2.6.
For up to date information, refer to the
PopART User Guide
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Z
A
AbortOp (C++ class)
AbortOp::AbortOp (C++ function)
AbortOp::clone (C++ function)
AbortOp::getInIndex (C++ function)
AbortOp::getSubgraphValue (C++ function)
AbortOp::hasSideEffect (C++ function)
AbortOp::setup (C++ function)
AbsGradOp (C++ class)
AbsGradOp::AbsGradOp (C++ function)
AbsGradOp::clone (C++ function)
AbsGradOp::getFwdArgInIndex (C++ function)
AbsGradOp::getGradInIndex (C++ function)
AbsGradOp::getOutIndex (C++ function)
AbsGradOp::getSubgraphValue (C++ function)
AbsGradOp::gradInputInfo (C++ function)
AbsGradOp::gradOutToNonGradIn (C++ function)
AbsGradOp::setup (C++ function)
AbsOp (C++ class)
AbsOp::AbsOp (C++ function)
AbsOp::clone (C++ function)
AbsOp::getGradOps (C++ function)
AccumulateBaseOp (C++ class)
AccumulateBaseOp::AccumulateBaseOp (C++ function)
AccumulateBaseOp::appendOutlineAttributes (C++ function)
AccumulateBaseOp::clone (C++ function)
AccumulateBaseOp::getAccumulationType (C++ function)
AccumulateBaseOp::getFactor (C++ function)
AccumulateBaseOp::getFactorInIndex (C++ function)
AccumulateBaseOp::getSubgraphValue (C++ function)
AccumulateBaseOp::optimizerInputs (C++ function)
AccumulateOp (C++ class)
AccumulateOp::AccumulateOp (C++ function)
AccumulateOp::clone (C++ function)
AccumulateOuterFragmentParallelizer (C++ class)
AccumulateOuterFragmentParallelizer::AccumulateOuterFragmentParallelizer (C++ function)
AccumulateOuterFragmentParallelizer::apply (C++ function)
AccumulateOuterFragmentParallelizer::getBinConstraints (C++ function)
AccumulateOuterFragmentParallelizer::getId (C++ function)
AccumulateOuterFragmentParallelizer::getName (C++ function)
AccumulateOuterFragmentParallelizer::id (C++ function)
AccumulateOuterFragmentParallelizer::~AccumulateOuterFragmentParallelizer (C++ function)
AccumulateOuterFragmentSchedule (C++ enum)
AccumulateOuterFragmentSchedule::OverlapCycleOptimized (C++ enumerator)
AccumulateOuterFragmentSchedule::OverlapMemoryOptimized (C++ enumerator)
AccumulateOuterFragmentSchedule::Scheduler (C++ enumerator)
AccumulateOuterFragmentSchedule::Serial (C++ enumerator)
AccumulateOuterFragmentSettings (C++ struct)
AccumulateOuterFragmentSettings::AccumulateOuterFragmentSettings (C++ function)
,
[1]
AccumulateOuterFragmentSettings::excludedVirtualGraphs (C++ member)
AccumulateOuterFragmentSettings::schedule (C++ member)
AccumulationType (C++ enum)
AccumulationType::Add (C++ enumerator)
AccumulationType::DampenedAdd (C++ enumerator)
AccumulationType::DampenedAddSquare (C++ enumerator)
AccumulationType::DecayAdd (C++ enumerator)
AccumulationType::DecayAddSquare (C++ enumerator)
AccumulationType::Infinity (C++ enumerator)
AccumulationType::Mean (C++ enumerator)
AccumulationType::MovingAverage (C++ enumerator)
AccumulationType::MovingAverageSquare (C++ enumerator)
AccumulatorScaleOp (C++ class)
AccumulatorScaleOp::AccumulatorScaleOp (C++ function)
AccumulatorScaleOp::appendOutlineAttributes (C++ function)
AccumulatorScaleOp::clone (C++ function)
AccumulatorScaleOp::getFactor (C++ function)
AccumulatorScaleOp::getFactorInIndex (C++ function)
AccumulatorScaleOp::getSubgraphValue (C++ function)
AccumulatorScaleOp::modifies (C++ function)
AccumulatorScaleOp::optimizerInputs (C++ function)
AccumulatorZeroOp (C++ class)
AccumulatorZeroOp::AccumulatorZeroOp (C++ function)
AccumulatorZeroOp::clone (C++ function)
ActivationFunction (C++ enum)
ActivationFunction::Gelu (C++ enumerator)
ActivationFunction::Invalid (C++ enumerator)
ActivationFunction::N (C++ enumerator)
ActivationFunction::Relu (C++ enumerator)
ActivationFunction::Sigmoid (C++ enumerator)
ActivationFunction::Softmax (C++ enumerator)
ActivationFunction::SoftmaxScaled (C++ enumerator)
ActivationFunction::SoftmaxStable (C++ enumerator)
ActivationFunction::Swish (C++ enumerator)
ActivationFunction::Tanh (C++ enumerator)
AdaDeltaUpdaterOp (C++ class)
AdaDeltaUpdaterOp::AdaDeltaUpdaterOp (C++ function)
AdaDeltaUpdaterOp::appendOutlineAttributes (C++ function)
AdaDeltaUpdaterOp::clone (C++ function)
AdaDeltaUpdaterOp::getAccl1InIndex (C++ function)
AdaDeltaUpdaterOp::getAccl2InIndex (C++ function)
AdaDeltaUpdaterOp::getEpsInIndex (C++ function)
AdaDeltaUpdaterOp::getGradInIndex (C++ function)
AdaDeltaUpdaterOp::getReplicatedTensorShardingIndices (C++ function)
AdaDeltaUpdaterOp::getSubgraphValue (C++ function)
AdaDeltaUpdaterOp::getUpdaterOutIndex (C++ function)
AdaDeltaUpdaterOp::initEps (C++ member)
AdaDeltaUpdaterOp::isOptimizerOp (C++ function)
AdaDeltaUpdaterOp::setup (C++ function)
Adam (C++ class)
Adam::Adam (C++ function)
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
Adam::beta1s (C++ function)
Adam::beta2s (C++ function)
Adam::clone (C++ function)
Adam::createOp (C++ function)
Adam::epss (C++ function)
Adam::fromDefaultMap (C++ function)
Adam::getInputIds (C++ function)
Adam::getInverseLossScalingTensorId (C++ function)
Adam::getOptimizerInputs (C++ function)
Adam::getStoredValue (C++ function)
Adam::getUnsetBeta1 (C++ function)
Adam::getUnsetBeta2 (C++ function)
Adam::getUnsetEps (C++ function)
Adam::getUnsetLearningRate (C++ function)
Adam::getUnsetLossScaling (C++ function)
Adam::getUnsetMaxWeightNorm (C++ function)
Adam::getUnsetWeightDecay (C++ function)
Adam::getWeightDecayMode (C++ function)
Adam::hash (C++ function)
Adam::hasSpecific (C++ function)
,
[1]
Adam::insertSpecific (C++ function)
,
[1]
Adam::learningRates (C++ function)
Adam::maxWeightNorms (C++ function)
Adam::resetTensorData (C++ function)
Adam::setFactorsFromOptions (C++ function)
Adam::setStep (C++ function)
,
[1]
,
[2]
Adam::setTensorData (C++ function)
Adam::type (C++ function)
Adam::type_s (C++ function)
Adam::useScaledOptimizerState (C++ function)
Adam::validReplacement (C++ function)
Adam::weightDecays (C++ function)
Adam::~Adam (C++ function)
AdamComboOp (C++ class)
AdamComboOp::accl1Type (C++ member)
AdamComboOp::accl2Type (C++ member)
AdamComboOp::accumType (C++ member)
AdamComboOp::AdamComboOp (C++ function)
AdamComboOp::appendOutlineAttributes (C++ function)
AdamComboOp::clone (C++ function)
AdamComboOp::decayMode (C++ member)
AdamComboOp::getBeta1InIndex (C++ function)
AdamComboOp::getBeta2InIndex (C++ function)
AdamComboOp::getEpsInIndex (C++ function)
AdamComboOp::getGsInIndex (C++ function)
AdamComboOp::getLrInIndex (C++ function)
AdamComboOp::getLsInIndex (C++ function)
AdamComboOp::getMwnInIndex (C++ function)
AdamComboOp::getSubgraphValue (C++ function)
AdamComboOp::getWdInIndex (C++ function)
AdamComboOp::initB1 (C++ member)
AdamComboOp::initB2 (C++ member)
AdamComboOp::initEps (C++ member)
AdamComboOp::initGs (C++ member)
AdamComboOp::initLr (C++ member)
AdamComboOp::initLs (C++ member)
AdamComboOp::initMwn (C++ member)
AdamComboOp::initWd (C++ member)
AdamComboOp::mode (C++ member)
AdamComboOp::optimizerInputs (C++ function)
AdamComboOp::optionalInputs (C++ function)
AdamComboOp::reductionType (C++ member)
AdamComboOp::scaledOptimizerState (C++ member)
AdamComboOp::withGradAccum (C++ member)
AdamDecompose (C++ class)
AdamDecompose::apply (C++ function)
AdamDecompose::matches (C++ function)
AdamDecompose::rescaleAccl (C++ function)
AdamDecompose::rescaleRatio (C++ function)
AdamDecompose::touches (C++ function)
AdamMode (C++ enum)
AdamMode::Adam (C++ enumerator)
AdamMode::AdaMax (C++ enumerator)
AdamMode::AdamNoBias (C++ enumerator)
AdamMode::Lamb (C++ enumerator)
AdamMode::LambNoBias (C++ enumerator)
AdamUpdaterOp (C++ class)
AdamUpdaterOp::AdamUpdaterOp (C++ function)
AdamUpdaterOp::appendOutlineAttributes (C++ function)
AdamUpdaterOp::clone (C++ function)
AdamUpdaterOp::getAccl1InIndex (C++ function)
AdamUpdaterOp::getAccl2InIndex (C++ function)
AdamUpdaterOp::getBeta1InIndex (C++ function)
AdamUpdaterOp::getBeta2InIndex (C++ function)
AdamUpdaterOp::getEpsInIndex (C++ function)
AdamUpdaterOp::getReplicatedTensorShardingIndices (C++ function)
AdamUpdaterOp::getStepInIndex (C++ function)
AdamUpdaterOp::getSubgraphValue (C++ function)
AdamUpdaterOp::getUpdaterOutIndex (C++ function)
AdamUpdaterOp::getVarInIndex (C++ function)
AdamUpdaterOp::getWdInIndex (C++ function)
AdamUpdaterOp::initB1 (C++ member)
AdamUpdaterOp::initB2 (C++ member)
AdamUpdaterOp::initEps (C++ member)
AdamUpdaterOp::initWd (C++ member)
AdamUpdaterOp::isOptimizerOp (C++ function)
AdamUpdaterOp::mode (C++ member)
AdamUpdaterOp::modifies (C++ function)
AdamUpdaterOp::setup (C++ function)
AdamVarUpdateOp (C++ class)
AdamVarUpdateOp::AdamVarUpdateOp (C++ function)
AdamVarUpdateOp::appendOutlineAttributes (C++ function)
AdamVarUpdateOp::clone (C++ function)
AdamVarUpdateOp::getLambR1SqInIndex (C++ function)
AdamVarUpdateOp::getLambR2SqInIndex (C++ function)
AdamVarUpdateOp::getLrInIndex (C++ function)
AdamVarUpdateOp::getMwnInIndex (C++ function)
AdamVarUpdateOp::getSubgraphValue (C++ function)
AdamVarUpdateOp::initLr (C++ member)
AdamVarUpdateOp::initMwn (C++ member)
AdamVarUpdateOp::optimizerInputs (C++ function)
Adaptive (C++ class)
Adaptive::Adaptive (C++ function)
,
[1]
,
[2]
Adaptive::alphas (C++ function)
Adaptive::clone (C++ function)
Adaptive::createOp (C++ function)
Adaptive::epss (C++ function)
Adaptive::fromDefaultMap (C++ function)
Adaptive::getInputIds (C++ function)
Adaptive::getInverseLossScalingTensorId (C++ function)
Adaptive::getOptimizerInputs (C++ function)
Adaptive::getStoredValue (C++ function)
Adaptive::getUnsetAlpha (C++ function)
Adaptive::getUnsetEps (C++ function)
Adaptive::getUnsetLearningRate (C++ function)
Adaptive::getUnsetLossScaling (C++ function)
Adaptive::getUnsetMomentum (C++ function)
Adaptive::getUnsetWeightDecay (C++ function)
Adaptive::hash (C++ function)
Adaptive::hasSpecific (C++ function)
,
[1]
Adaptive::insertSpecific (C++ function)
,
[1]
Adaptive::learningRates (C++ function)
Adaptive::momentums (C++ function)
Adaptive::resetTensorData (C++ function)
Adaptive::setStep (C++ function)
,
[1]
,
[2]
Adaptive::setTensorData (C++ function)
Adaptive::type (C++ function)
Adaptive::type_s (C++ function)
Adaptive::validReplacement (C++ function)
Adaptive::weightDecays (C++ function)
Adaptive::~Adaptive (C++ function)
AdaptiveComboOp (C++ class)
AdaptiveComboOp::accl1Type (C++ member)
AdaptiveComboOp::accl2Type (C++ member)
AdaptiveComboOp::accl3Type (C++ member)
AdaptiveComboOp::accumType (C++ member)
AdaptiveComboOp::AdaptiveComboOp (C++ function)
AdaptiveComboOp::appendOutlineAttributes (C++ function)
AdaptiveComboOp::clone (C++ function)
AdaptiveComboOp::decayMode (C++ member)
AdaptiveComboOp::getAlphaInIndex (C++ function)
AdaptiveComboOp::getEpsInIndex (C++ function)
AdaptiveComboOp::getGsInIndex (C++ function)
AdaptiveComboOp::getLrInIndex (C++ function)
AdaptiveComboOp::getLsInIndex (C++ function)
AdaptiveComboOp::getMomentumInIndex (C++ function)
AdaptiveComboOp::getSubgraphValue (C++ function)
AdaptiveComboOp::getWdInIndex (C++ function)
AdaptiveComboOp::initA (C++ member)
AdaptiveComboOp::initEps (C++ member)
AdaptiveComboOp::initGs (C++ member)
AdaptiveComboOp::initLr (C++ member)
AdaptiveComboOp::initLs (C++ member)
AdaptiveComboOp::initM (C++ member)
AdaptiveComboOp::initWd (C++ member)
AdaptiveComboOp::mode (C++ member)
AdaptiveComboOp::optimizerInputs (C++ function)
AdaptiveComboOp::optionalInputs (C++ function)
AdaptiveComboOp::reductionType (C++ member)
AdaptiveComboOp::rmspropTFVariant (C++ member)
AdaptiveComboOp::withGradAccum (C++ member)
AdaptiveDecompose (C++ class)
AdaptiveDecompose::apply (C++ function)
AdaptiveDecompose::matches (C++ function)
AdaptiveDecompose::touches (C++ function)
AdaptiveMode (C++ enum)
AdaptiveMode::AdaDelta (C++ enumerator)
AdaptiveMode::AdaGrad (C++ enumerator)
AdaptiveMode::CenteredRMSProp (C++ enumerator)
AdaptiveMode::RMSProp (C++ enumerator)
AddArg0GradOp (C++ class)
AddArg0GradOp::AddArg0GradOp (C++ function)
AddArg0GradOp::clone (C++ function)
AddArg0GradOp::gradInputInfo (C++ function)
AddArg0GradOp::gradOutToNonGradIn (C++ function)
AddArg0GradOp::setup (C++ function)
AddArg1GradOp (C++ class)
AddArg1GradOp::AddArg1GradOp (C++ function)
AddArg1GradOp::clone (C++ function)
AddArg1GradOp::gradInputInfo (C++ function)
AddArg1GradOp::gradOutToNonGradIn (C++ function)
AddArg1GradOp::setup (C++ function)
AddBiasBiasGradOp (C++ class)
AddBiasBiasGradOp::AddBiasBiasGradOp (C++ function)
AddBiasBiasGradOp::clone (C++ function)
AddBiasBiasGradOp::getInIndex (C++ function)
AddBiasBiasGradOp::getOutIndex (C++ function)
AddBiasBiasGradOp::gradInputInfo (C++ function)
AddBiasBiasGradOp::gradOutToNonGradIn (C++ function)
AddBiasDataGradOp (C++ class)
AddBiasDataGradOp::AddBiasDataGradOp (C++ function)
AddBiasDataGradOp::clone (C++ function)
AddBiasDataGradOp::getInIndex (C++ function)
AddBiasDataGradOp::getOutIndex (C++ function)
AddBiasDataGradOp::gradInputInfo (C++ function)
AddBiasDataGradOp::gradOutToNonGradIn (C++ function)
AddBiasInplaceOp (C++ class)
AddBiasInplaceOp::AddBiasInplaceOp (C++ function)
AddBiasInplaceOp::aliases (C++ function)
AddBiasInplaceOp::clone (C++ function)
AddBiasInplaceOp::getInplaceVariant (C++ function)
AddBiasInplaceOp::inplacePriorityDefault (C++ function)
AddBiasInplaceOp::modifies (C++ function)
AddBiasOp (C++ class)
AddBiasOp::AddBiasOp (C++ function)
AddBiasOp::bwdRegMap (C++ function)
AddBiasOp::clone (C++ function)
AddBiasOp::fwdRegMap (C++ function)
AddBiasOp::getBiasInIndex (C++ function)
AddBiasOp::getDataInIndex (C++ function)
AddBiasOp::getGradOps (C++ function)
AddBiasOp::getInplaceVariant (C++ function)
AddBiasOp::getOutIndex (C++ function)
AddBiasOp::getSubgraphValue (C++ function)
AddBiasOp::growAliasModel (C++ function)
AddBiasOp::inplacePriorityDefault (C++ function)
AddBiasOp::mapInplaceProposal (C++ function)
AddBiasOp::setup (C++ function)
AddLhsInplaceOp (C++ class)
AddLhsInplaceOp::AddLhsInplaceOp (C++ function)
,
[1]
AddLhsInplaceOp::clone (C++ function)
AddRhsInplaceOp (C++ class)
AddRhsInplaceOp::AddRhsInplaceOp (C++ function)
AddRhsInplaceOp::clone (C++ function)
AiGraphcoreOpIdV1 (C++ struct)
AiGraphcoreOpIdV1::AiGraphcoreOpIdV1 (C++ function)
AiGraphcoreOpset1 (C++ class)
AiGraphcoreOpset1::AiGraphcoreOpset1 (C++ function)
AiGraphcoreOpset1::copyvarupdate (C++ function)
AiGraphcoreOpset1::dynamicadd (C++ function)
AiGraphcoreOpset1::dynamicupdate (C++ function)
AiGraphcoreOpset1::dynamiczero (C++ function)
AiGraphcoreOpset1::groupnormalization (C++ function)
AiOnnxMlOpset1 (C++ class)
AiOnnxMlOpset1::AiOnnxMlOpset1 (C++ function)
AliasModel (C++ class)
AliasModel::allAliases (C++ function)
AliasModel::contains (C++ function)
,
[1]
,
[2]
,
[3]
,
[4]
AliasModel::g (C++ member)
AliasModel::getAll (C++ function)
AliasModel::getGate (C++ function)
AliasModel::getOpId (C++ function)
AliasModel::getPoprithmsTensorId (C++ function)
AliasModel::getTensorId (C++ function)
AliasModel::insertBinaryModifier (C++ function)
AliasModel::insertNG2aryModifier (C++ function)
AliasModel::insertOp (C++ function)
AliasModel::insertTensor (C++ function)
AliasModel::insertUnaryModifier (C++ function)
AliasModel::insertUnaryModifier0 (C++ function)
AliasModel::insertViewChange (C++ function)
AliasModel::PoprithmsOpId (C++ type)
AliasModel::PoprithmsTensorId (C++ type)
AliasModel::update (C++ function)
AllReduceGradOp (C++ class)
AllReduceGradOp::AllReduceGradOp (C++ function)
AllReduceGradOp::clone (C++ function)
AllReduceGradOp::gradInputInfo (C++ function)
AllReduceGradOp::gradOutToNonGradIn (C++ function)
AllReduceOp (C++ class)
AllReduceOp::AllReduceOp (C++ function)
,
[1]
AllReduceOp::appendOutlineAttributes (C++ function)
AllReduceOp::canBeReplacedByIdentity (C++ function)
AllReduceOp::clone (C++ function)
AllReduceOp::getGradOps (C++ function)
AllReduceOp::getIdenticalInputs (C++ function)
AllReduceOp::getInStartIndex (C++ function)
AllReduceOp::getIntrospectionInVirtualGraphId (C++ function)
AllReduceOp::getIntrospectionOutVirtualGraphId (C++ function)
AllReduceOp::getIpus (C++ function)
AllReduceOp::getOutStartIndex (C++ function)
AllReduceOp::getReduceOp (C++ function)
AllReduceOp::getSubgraphValue (C++ function)
AllReduceOp::setup (C++ function)
AllReduceToIdentityPattern (C++ class)
AllReduceToIdentityPattern::apply (C++ function)
AllReduceToIdentityPattern::matches (C++ function)
AllReduceToIdentityPattern::touches (C++ function)
AnchorReturnType (C++ class)
AnchorReturnType::AnchorReturnType (C++ function)
,
[1]
,
[2]
AnchorReturnType::exchangeStrategy (C++ function)
AnchorReturnType::str (C++ function)
AnchorReturnType::tileSet (C++ function)
AnchorReturnTypeId (C++ enum)
AnchorReturnTypeId::All (C++ enumerator)
AnchorReturnTypeId::EveryN (C++ enumerator)
AnchorReturnTypeId::Final (C++ enumerator)
AnchorReturnTypeId::Sum (C++ enumerator)
AnchorReturnTypeMap (C++ type)
AndOp (C++ class)
AndOp::AndOp (C++ function)
AndOp::clone (C++ function)
AndOp::getGradOps (C++ function)
ArgExtremaOp (C++ class)
ArgExtremaOp::appendOutlineAttributes (C++ function)
ArgExtremaOp::ArgExtremaOp (C++ function)
ArgExtremaOp::canShard (C++ function)
ArgExtremaOp::clone (C++ function)
ArgExtremaOp::getAxis (C++ function)
ArgExtremaOp::getInIndex (C++ function)
ArgExtremaOp::getKeepDims (C++ function)
ArgExtremaOp::getOutIndex (C++ function)
ArgExtremaOp::getSubgraphValue (C++ function)
ArgExtremaOp::setup (C++ function)
ArgMaxOp (C++ class)
ArgMaxOp::clone (C++ function)
ArgMinOp (C++ class)
ArgMinOp::clone (C++ function)
AsinGradOp (C++ class)
AsinGradOp::AsinGradOp (C++ function)
AsinGradOp::clone (C++ function)
AsinInplaceOp (C++ class)
AsinInplaceOp::AsinInplaceOp (C++ function)
AsinInplaceOp::clone (C++ function)
AsinOp (C++ class)
AsinOp::AsinOp (C++ function)
AsinOp::clone (C++ function)
AsinOp::getGradOps (C++ function)
AsinOp::getInplaceVariant (C++ function)
AsinOp::inplacePriorityDefault (C++ function)
Atan2Arg0GradOp (C++ class)
Atan2Arg0GradOp::Atan2Arg0GradOp (C++ function)
Atan2Arg0GradOp::clone (C++ function)
Atan2Arg0GradOpPattern (C++ class)
Atan2Arg0GradOpPattern::matches (C++ function)
Atan2Arg1GradOp (C++ class)
Atan2Arg1GradOp::Atan2Arg1GradOp (C++ function)
Atan2Arg1GradOp::clone (C++ function)
Atan2Arg1GradOpPattern (C++ class)
Atan2Arg1GradOpPattern::matches (C++ function)
Atan2LhsInplaceOp (C++ class)
Atan2LhsInplaceOp::Atan2LhsInplaceOp (C++ function)
Atan2LhsInplaceOp::clone (C++ function)
AtanGradOp (C++ class)
AtanGradOp::AtanGradOp (C++ function)
AtanGradOp::clone (C++ function)
AtanInplaceOp (C++ class)
AtanInplaceOp::AtanInplaceOp (C++ function)
AtanInplaceOp::clone (C++ function)
AtanOp (C++ class)
AtanOp::AtanOp (C++ function)
AtanOp::clone (C++ function)
AtanOp::getGradOps (C++ function)
AtanOp::getInplaceVariant (C++ function)
AtanOp::inplacePriorityDefault (C++ function)
Attributes (C++ class)
Attributes::append (C++ function)
Attributes::at (C++ function)
Attributes::Attributes (C++ function)
,
[1]
Attributes::filter (C++ function)
,
[1]
,
[2]
Attributes::Float (C++ type)
Attributes::Floats (C++ type)
Attributes::getAllGraphAttributes (C++ function)
Attributes::getAttribute (C++ function)
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
,
[9]
,
[10]
,
[11]
,
[12]
Attributes::getNames (C++ function)
Attributes::Graph (C++ type)
Attributes::Graphs (C++ type)
Attributes::hasAttribute (C++ function)
Attributes::Int (C++ type)
Attributes::Ints (C++ type)
Attributes::set (C++ function)
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
Attributes::setAttribute (C++ function)
,
[1]
,
[2]
,
[3]
Attributes::setIfPresent (C++ function)
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
Attributes::String (C++ type)
Attributes::Strings (C++ type)
Attributes::takeAttribute (C++ function)
Autodiff (C++ class)
Autodiff::apply (C++ function)
,
[1]
Autodiff::applyToIr (C++ function)
Autodiff::Autodiff (C++ function)
Autodiff::createBwdGraph (C++ function)
Autodiff::FwdGraphId (C++ type)
Autodiff::getId (C++ function)
Autodiff::getName (C++ function)
Autodiff::id (C++ function)
Autodiff::stitch (C++ function)
Autodiff::TensorIds (C++ type)
Autodiff::~Autodiff (C++ function)
AutodiffSettings (C++ struct)
AutodiffSettings::AutodiffSettings (C++ function)
,
[1]
AutodiffSettings::stitchStrategy (C++ member)
AutodiffStitchStrategy (C++ enum)
AutodiffStitchStrategy::AddFwdOutputs (C++ enumerator)
AutodiffStitchStrategy::N (C++ enumerator)
AutodiffStitchStrategy::RecomputeAllNonInputs (C++ enumerator)
AutodiffStitchStrategy::RecomputeMinimal (C++ enumerator)
AutodiffStitchStrategy::SafeAddFwdOutputs (C++ enumerator)
AutoLossScaleProxyGradOp (C++ class)
AutoLossScaleProxyGradOp::AutoLossScaleProxyGradOp (C++ function)
AutoLossScaleProxyGradOp::clone (C++ function)
AutoLossScaleProxyGradOp::gradInputInfo (C++ function)
AutoLossScaleProxyGradOp::gradOutToNonGradIn (C++ function)
AutoLossScaleProxyOp (C++ class)
AutoLossScaleProxyOp::AutoLossScaleProxyOp (C++ function)
AutoLossScaleProxyOp::clone (C++ function)
AutoLossScaleProxyOp::getGradOps (C++ function)
AutomaticLossScale (C++ class)
AutomaticLossScale::apply (C++ function)
AutomaticLossScale::AutomaticLossScale (C++ function)
AutomaticLossScale::executeOpNTimesEveryMTimes (C++ function)
AutomaticLossScale::getId (C++ function)
AutomaticLossScale::getName (C++ function)
AutomaticLossScale::id (C++ function)
AutomaticLossScale::~AutomaticLossScale (C++ function)
AutomaticLossScalingSettings (C++ struct)
AutomaticLossScalingSettings::AutomaticLossScalingSettings (C++ function)
,
[1]
AutomaticLossScalingSettings::binEdgeLocation (C++ member)
AutomaticLossScalingSettings::enabled (C++ member)
AutomaticLossScalingSettings::gradientTensorTrackingMethod (C++ member)
AutomaticLossScalingSettings::hash (C++ function)
AutomaticLossScalingSettings::thresholdUpperCountProportion (C++ member)
AutomaticLossScalingSettings::toTrackTensors (C++ member)
AutomaticLossScalingSettings::updatePeriod (C++ member)
AutoPad (C++ enum)
AutoPad::NOTSET (C++ enumerator)
AutoPad::SAME_LOWER (C++ enumerator)
AutoPad::SAME_UPPER (C++ enumerator)
AutoPad::VALID (C++ enumerator)
AutoVirtualGraph (C++ class)
AutoVirtualGraph::apply (C++ function)
AutoVirtualGraph::AutoVirtualGraph (C++ function)
AutoVirtualGraph::costFn (C++ function)
AutoVirtualGraph::getId (C++ function)
AutoVirtualGraph::getName (C++ function)
AutoVirtualGraph::id (C++ function)
AutoVirtualGraph::~AutoVirtualGraph (C++ function)
AveragePoolGradOp (C++ class)
AveragePoolGradOp::appendOutlineAttributes (C++ function)
AveragePoolGradOp::AveragePoolGradOp (C++ function)
AveragePoolGradOp::clone (C++ function)
AveragePoolGradOp::creatorLowerPads (C++ member)
AveragePoolGradOp::creatorSpatialK (C++ member)
AveragePoolGradOp::creatorStrides (C++ member)
AveragePoolGradOp::creatorUpperPads (C++ member)
AveragePoolGradOp::getGradPooledInIndex (C++ function)
AveragePoolGradOp::getOutIndex (C++ function)
AveragePoolGradOp::getPooledInIndex (C++ function)
AveragePoolGradOp::getPrePooledInIndex (C++ function)
AveragePoolGradOp::getSubgraphValue (C++ function)
AveragePoolGradOp::gradInputInfo (C++ function)
AveragePoolGradOp::gradOutToNonGradIn (C++ function)
AveragePoolGradOp::setup (C++ function)
AveragePoolOp (C++ class)
AveragePoolOp::appendOutlineAttributes (C++ function)
AveragePoolOp::AveragePoolOp (C++ function)
AveragePoolOp::canBeReplacedByIdentity (C++ function)
AveragePoolOp::clone (C++ function)
AveragePoolOp::getGradOps (C++ function)
AveragePoolOp::getInIndex (C++ function)
AveragePoolOp::getNOutChans (C++ function)
AveragePoolOp::getOutIndex (C++ function)
AveragePoolOp::getSpatialK (C++ function)
AveragePoolOp::getSubgraphValue (C++ function)
B
BaseOnnxRNNGradOp (C++ class)
BaseOnnxRNNGradOp::BaseOnnxRNNGradOp (C++ function)
BaseOnnxRNNGradOp::batch_size (C++ member)
BaseOnnxRNNGradOp::clone (C++ function)
BaseOnnxRNNGradOp::getBiasesInIndex (C++ function)
BaseOnnxRNNGradOp::getBiasesOutIndex (C++ function)
BaseOnnxRNNGradOp::getFullHiddenStateGradInIndex (C++ function)
BaseOnnxRNNGradOp::getFullHiddenStateInIndex (C++ function)
BaseOnnxRNNGradOp::getInitialHInIndex (C++ function)
BaseOnnxRNNGradOp::getInitialHOutIndex (C++ function)
BaseOnnxRNNGradOp::getInputInIndex (C++ function)
BaseOnnxRNNGradOp::getInputOutIndex (C++ function)
BaseOnnxRNNGradOp::getInputWeightsInIndex (C++ function)
BaseOnnxRNNGradOp::getInputWeightsOutIndex (C++ function)
BaseOnnxRNNGradOp::getLastHiddenStateGradInIndex (C++ function)
BaseOnnxRNNGradOp::getRecurrenceWeightsInIndex (C++ function)
BaseOnnxRNNGradOp::getRecurrenceWeightsOutIndex (C++ function)
BaseOnnxRNNGradOp::getSequenceLensInIndex (C++ function)
BaseOnnxRNNGradOp::getSubgraphValue (C++ function)
BaseOnnxRNNGradOp::gradInputInfo (C++ function)
BaseOnnxRNNGradOp::gradOutToNonGradIn (C++ function)
BaseOnnxRNNGradOp::hasBiasesInput (C++ member)
BaseOnnxRNNGradOp::hasFullHiddenStateGradInput (C++ function)
BaseOnnxRNNGradOp::hasInitialHInput (C++ member)
BaseOnnxRNNGradOp::hasLastHiddenStateGradInput (C++ function)
BaseOnnxRNNGradOp::hidden_size (C++ member)
BaseOnnxRNNGradOp::input_size (C++ member)
BaseOnnxRNNGradOp::max_seq_length (C++ member)
BaseOnnxRNNGradOp::num_directions (C++ member)
BaseOnnxRNNGradOp::setup (C++ function)
BaseOnnxRNNOp (C++ class)
BaseOnnxRNNOp::appendOutlineAttributes (C++ function)
BaseOnnxRNNOp::BaseOnnxRNNOp (C++ function)
BaseOnnxRNNOp::checkHiddenSize (C++ function)
BaseOnnxRNNOp::clone (C++ function)
BaseOnnxRNNOp::getBatchSize (C++ function)
BaseOnnxRNNOp::getBiasesInIndex (C++ function)
BaseOnnxRNNOp::getFullHiddenStateOutIndex (C++ function)
BaseOnnxRNNOp::getHiddenSize (C++ function)
BaseOnnxRNNOp::getHiddenSizeAttribute (C++ function)
BaseOnnxRNNOp::getInitialHInIndex (C++ function)
BaseOnnxRNNOp::getInputInIndex (C++ function)
BaseOnnxRNNOp::getInputSize (C++ function)
BaseOnnxRNNOp::getInputWeightsInIndex (C++ function)
BaseOnnxRNNOp::getLastHiddenStateOutIndex (C++ function)
BaseOnnxRNNOp::getMaxSeqLength (C++ function)
BaseOnnxRNNOp::getName (C++ function)
BaseOnnxRNNOp::getNumDirections (C++ function)
BaseOnnxRNNOp::getRecurrenceWeightsInIndex (C++ function)
BaseOnnxRNNOp::getSequenceLensInIndex (C++ function)
BaseOnnxRNNOp::getSubgraphValue (C++ function)
BaseOnnxRNNOp::hasBiasesInput (C++ function)
BaseOnnxRNNOp::hasInitialHInput (C++ function)
BaseOnnxRNNOp::hasSeqLenInput (C++ function)
BaseOnnxRNNOp::optionalInputs (C++ function)
BasePadOp (C++ class)
BasePadOp::appendOutlineAttributes (C++ function)
BasePadOp::BasePadOp (C++ function)
BasePadOp::bwdRegMap (C++ function)
BasePadOp::clone (C++ function)
BasePadOp::fwdRegMap (C++ function)
BasePadOp::getFlips (C++ function)
BasePadOp::getInIndex (C++ function)
BasePadOp::getLowerPadding (C++ function)
,
[1]
BasePadOp::getMode (C++ function)
BasePadOp::getOutIndex (C++ function)
BasePadOp::getPads (C++ function)
BasePadOp::getPadValue (C++ function)
BasePadOp::getRank (C++ function)
BasePadOp::getSlices (C++ function)
BasePadOp::getSubgraphValue (C++ function)
BasePadOp::getUpperPadding (C++ function)
,
[1]
BasePadOp::growAliasModel (C++ function)
BasePadOp::padDimensions (C++ function)
BasePadOp::padSizeZero (C++ function)
BasePadOp::setup (C++ function)
BasePadOp::valueRegion (C++ function)
BasePadOutplaceOp (C++ class)
BasePadOutplaceOp::BasePadOutplaceOp (C++ function)
BasePadOutplaceOp::canBeReplacedByIdentity (C++ function)
BasePadOutplaceOp::clone (C++ function)
BasePadOutplaceOp::getInplaceVariant (C++ function)
BasePadOutplaceOp::inplacePriorityDefault (C++ function)
BasePadOutplaceOp::mapInplaceProposal (C++ function)
BaseSliceOp (C++ class)
BaseSliceOp::appendOutlineAttributes (C++ function)
BaseSliceOp::BaseSliceOp (C++ function)
BaseSliceOp::bwdRegMap (C++ function)
BaseSliceOp::canShard (C++ function)
BaseSliceOp::clone (C++ function)
BaseSliceOp::connectInTensor (C++ function)
BaseSliceOp::createSlicedRegion (C++ function)
BaseSliceOp::fwdRegMap (C++ function)
BaseSliceOp::getAxes (C++ function)
BaseSliceOp::getAxesInIndex (C++ function)
BaseSliceOp::getEnds (C++ function)
BaseSliceOp::getEndsInIndex (C++ function)
BaseSliceOp::getFlips (C++ function)
BaseSliceOp::getFullInRegion (C++ function)
BaseSliceOp::getFullOutRegion (C++ function)
BaseSliceOp::getInIndex (C++ function)
BaseSliceOp::getLowerUpper (C++ function)
BaseSliceOp::getOutIndex (C++ function)
BaseSliceOp::getPads (C++ function)
BaseSliceOp::getSlices (C++ function)
,
[1]
BaseSliceOp::getStarts (C++ function)
BaseSliceOp::getStartsInIndex (C++ function)
BaseSliceOp::getSteps (C++ function)
BaseSliceOp::getStepsInIndex (C++ function)
BaseSliceOp::getSubgraphValue (C++ function)
BaseSliceOp::growAliasModel (C++ function)
BaseSliceOp::setAxes (C++ function)
BaseSliceOp::setEnds (C++ function)
BaseSliceOp::setStarts (C++ function)
BaseSliceOp::setSteps (C++ function)
BaseSliceOp::setup (C++ function)
BaseSliceOp::unwindConcatDim (C++ member)
BaseSliceOp::uses (C++ function)
BaseSortOp (C++ class)
BaseSortOp::appendOutlineAttributes (C++ function)
BaseSortOp::BaseSortOp (C++ function)
BaseSortOp::clone (C++ function)
BaseSortOp::getAxis (C++ function)
BaseSortOp::getInIndex (C++ function)
BaseSortOp::getSubgraphValue (C++ function)
BasicOptional (C++ class)
BasicOptional::BasicOptional (C++ function)
,
[1]
,
[2]
BasicOptional::operator bool (C++ function)
BasicOptional::operator* (C++ function)
,
[1]
BasicOptional::operator= (C++ function)
,
[1]
BasicOptional::reset (C++ function)
BatchNormGradOp (C++ class)
BatchNormGradOp::appendOutlineAttributes (C++ function)
BatchNormGradOp::BatchNormGradOp (C++ function)
BatchNormGradOp::clone (C++ function)
BatchNormGradOp::getBOutIndex (C++ function)
BatchNormGradOp::getEpsilon (C++ function)
BatchNormGradOp::getMeanInIndex (C++ function)
BatchNormGradOp::getScaleInIndex (C++ function)
BatchNormGradOp::getScaleOutIndex (C++ function)
BatchNormGradOp::getSpatial (C++ function)
BatchNormGradOp::getSubgraphValue (C++ function)
BatchNormGradOp::getVarInIndex (C++ function)
BatchNormGradOp::getXInIndex (C++ function)
BatchNormGradOp::getXOutIndex (C++ function)
BatchNormGradOp::getYGradInIndex (C++ function)
BatchNormGradOp::gradInputInfo (C++ function)
BatchNormGradOp::gradOutToNonGradIn (C++ function)
BatchNormGradOp::setup (C++ function)
BatchNormOp (C++ class)
BatchNormOp::appendOutlineAttributes (C++ function)
BatchNormOp::BatchNormOp (C++ function)
BatchNormOp::clone (C++ function)
BatchNormOp::getBInIndex (C++ function)
BatchNormOp::getEpsilon (C++ function)
BatchNormOp::getGradOps (C++ function)
BatchNormOp::getMeanInIndex (C++ function)
BatchNormOp::getMeanOutIndex (C++ function)
BatchNormOp::getMomentum (C++ function)
BatchNormOp::getSavedMeanOutIndex (C++ function)
BatchNormOp::getSavedVarOutIndex (C++ function)
BatchNormOp::getScaleInIndex (C++ function)
BatchNormOp::getSpatial (C++ function)
BatchNormOp::getSubgraphValue (C++ function)
BatchNormOp::getVarInIndex (C++ function)
BatchNormOp::getVarOutIndex (C++ function)
BatchNormOp::getXInIndex (C++ function)
BatchNormOp::getYOutIndex (C++ function)
BatchNormOp::isNorm (C++ function)
BatchNormOp::isTraining (C++ function)
BatchNormOp::setup (C++ function)
BatchSerializationBatchSchedule (C++ enum)
BatchSerializationBatchSchedule::Isomorphic (C++ enumerator)
BatchSerializationBatchSchedule::N (C++ enumerator)
BatchSerializationBatchSchedule::OverlapOnCompute (C++ enumerator)
BatchSerializationBatchSchedule::OverlapOnIo (C++ enumerator)
BatchSerializationBatchSchedule::Scheduler (C++ enumerator)
BatchSerializationMethod (C++ enum)
BatchSerializationMethod::Loop (C++ enumerator)
BatchSerializationMethod::N (C++ enumerator)
BatchSerializationMethod::UnrollDynamic (C++ enumerator)
BatchSerializationMethod::UnrollStatic (C++ enumerator)
BatchSerializationSettings (C++ struct)
BatchSerializationSettings::batchSchedule (C++ member)
BatchSerializationSettings::BatchSerializationSettings (C++ function)
,
[1]
BatchSerializationSettings::concatOnExecutionPhaseChange (C++ member)
BatchSerializationSettings::concatOnPipelineStageChange (C++ member)
BatchSerializationSettings::concatOnVirtualGraphChange (C++ member)
BatchSerializationSettings::factor (C++ member)
BatchSerializationSettings::method (C++ member)
BatchSerializationSettings::transformContext (C++ member)
BatchSerializationTransformContext (C++ enum)
BatchSerializationTransformContext::Bwd (C++ enumerator)
BatchSerializationTransformContext::Fwd (C++ enumerator)
BatchSerializationTransformContext::N (C++ enumerator)
BatchSerialize (C++ class)
BatchSerialize::apply (C++ function)
BatchSerialize::BatchSerialize (C++ function)
BatchSerialize::getId (C++ function)
BatchSerialize::getName (C++ function)
BatchSerialize::id (C++ function)
BatchSerialize::~BatchSerialize (C++ function)
BatchSerializedPhase (C++ type)
BinaryComparisonOp (C++ class)
BinaryComparisonOp::BinaryComparisonOp (C++ function)
BinaryComparisonOp::canShard (C++ function)
BinaryComparisonOp::clone (C++ function)
BinaryComparisonOp::getArg0InIndex (C++ function)
BinaryComparisonOp::getArg1InIndex (C++ function)
BinaryComparisonOp::getOutIndex (C++ function)
BinaryComparisonOp::getSubgraphValue (C++ function)
BinaryComparisonOp::setup (C++ function)
BinaryConstScalarOp (C++ class)
BinaryConstScalarOp::BinaryConstScalarOp (C++ function)
BinaryConstScalarOp::clone (C++ function)
BinaryConstScalarOp::getGradOps (C++ function)
BinaryConstScalarOp::opType (C++ function)
BinaryConstScalarOp::scalarInIndex (C++ function)
BinaryConstScalarOp::Type (C++ enum)
BinaryConstScalarOp::Type::Add (C++ enumerator)
BinaryConstScalarOp::Type::Div (C++ enumerator)
BinaryConstScalarOp::Type::Mul (C++ enumerator)
BinaryConstScalarOp::Type::N (C++ enumerator)
BinaryConstScalarOp::Type::Pow (C++ enumerator)
BinaryConstScalarOp::Type::Sub (C++ enumerator)
BinaryConstScalarOp::value (C++ function)
BinaryGradOpPattern (C++ class)
BinaryGradOpPattern::apply (C++ function)
BinaryGradOpPattern::touches (C++ function)
BitwiseBinaryOp (C++ class)
BitwiseBinaryOp::BitwiseBinaryOp (C++ function)
BitwiseBinaryOp::clone (C++ function)
BitwiseBinaryOp::getGradOps (C++ function)
BitwiseNotOp (C++ class)
BitwiseNotOp::BitwiseNotOp (C++ function)
BitwiseNotOp::clone (C++ function)
BitwiseNotOp::getGradOps (C++ function)
BoundaryOp (C++ class)
BoundaryOp::BoundaryOp (C++ function)
BoundaryOp::clone (C++ function)
BoundaryOp::getSubgraphValue (C++ function)
BoundaryOp::hasSideEffect (C++ function)
BoundaryOp::isOutlineable (C++ function)
BoundaryOp::setup (C++ function)
BranchInfo (C++ struct)
BranchInfo::BranchInfo (C++ function)
BranchInfo::graphId (C++ member)
BranchInfo::inputIndicesMap (C++ member)
BranchInfo::outputIndicesMap (C++ member)
Builder (C++ class)
Builder::addInitializedInputTensor (C++ function)
,
[1]
Builder::addInputTensor (C++ function)
,
[1]
,
[2]
,
[3]
Builder::addInputTensorFromParentGraph (C++ function)
Builder::addNodeAttribute (C++ function)
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
Builder::addOutputTensor (C++ function)
Builder::addUntypedInputTensor (C++ function)
Builder::aiGraphcoreOpset1 (C++ function)
Builder::aiOnnxMlOpset1 (C++ function)
Builder::aiOnnxOpset10 (C++ function)
Builder::aiOnnxOpset11 (C++ function)
Builder::aiOnnxOpset6 (C++ function)
Builder::aiOnnxOpset7 (C++ function)
Builder::aiOnnxOpset8 (C++ function)
Builder::aiOnnxOpset9 (C++ function)
Builder::checkpointOutput (C++ function)
Builder::clearAttribute (C++ function)
Builder::create (C++ function)
Builder::createFromOnnxModel (C++ function)
Builder::createSubgraphBuilder (C++ function)
Builder::customOp (C++ function)
,
[1]
Builder::embedReplicationFactor (C++ function)
Builder::excludePatterns (C++ function)
,
[1]
Builder::executionPhase (C++ function)
,
[1]
Builder::getAllNodeAttributeNames (C++ function)
Builder::getAttribute (C++ function)
,
[1]
Builder::getBoolNodeAttribute (C++ function)
Builder::getExecutionPhase (C++ function)
,
[1]
,
[2]
Builder::getFloatNodeAttribute (C++ function)
Builder::getFloatVectorNodeAttribute (C++ function)
Builder::getInputTensorIds (C++ function)
Builder::getInt64NodeAttribute (C++ function)
Builder::getInt64VectorNodeAttribute (C++ function)
Builder::getModelProto (C++ function)
Builder::getNameScope (C++ function)
Builder::getOutputTensorIds (C++ function)
Builder::getParent (C++ function)
Builder::getPartialsType (C++ function)
Builder::getPipelineStage (C++ function)
Builder::getRecomputeOutputInBackwardPass (C++ function)
,
[1]
Builder::getStringNodeAttribute (C++ function)
Builder::getStringVectorNodeAttribute (C++ function)
Builder::getTensorDataType (C++ function)
Builder::getTensorDtypeString (C++ function)
Builder::getTensorShape (C++ function)
Builder::getTrainableTensorIds (C++ function)
Builder::getValueTensorIds (C++ function)
Builder::getVirtualGraph (C++ function)
,
[1]
,
[2]
Builder::hasAttribute (C++ function)
,
[1]
Builder::hasParent (C++ function)
Builder::hasValueInfo (C++ function)
Builder::isInitializer (C++ function)
Builder::nodeHasAttribute (C++ function)
Builder::outputTensorLocation (C++ function)
Builder::pipelineStage (C++ function)
,
[1]
Builder::popNameScope (C++ function)
Builder::pushNameScope (C++ function)
Builder::recomputeOutput (C++ function)
Builder::recomputeOutputInBackwardPass (C++ function)
,
[1]
Builder::removeNodeAttribute (C++ function)
Builder::reshape_const (C++ function)
Builder::saveInitializersExternally (C++ function)
Builder::saveModelProto (C++ function)
Builder::setAttribute (C++ function)
Builder::setAvailableMemoryProportion (C++ function)
,
[1]
Builder::setEnableConvDithering (C++ function)
Builder::setGraphName (C++ function)
Builder::setInplacePreferences (C++ function)
Builder::setParent (C++ function)
Builder::setPartialsType (C++ function)
Builder::setSerializeMatMul (C++ function)
Builder::virtualGraph (C++ function)
,
[1]
Builder::~Builder (C++ function)
BwdGraphInfo (C++ struct)
BwdGraphInfo::bwdGraphId (C++ member)
BwdGraphInfo::expectedInputs (C++ member)
BwdGraphInfo::expectedOutputs (C++ member)
BwdGraphInfo::operator== (C++ function)
C
CallGradOp (C++ class)
CallGradOp::CallGradOp (C++ function)
CallGradOp::gradInputInfo (C++ function)
CallGradOp::gradOutToNonGradIn (C++ function)
CallOp (C++ class)
CallOp::appendOutlineAttributes (C++ function)
CallOp::CallOp (C++ function)
,
[1]
CallOp::clone (C++ function)
CallOp::connectInTensor (C++ function)
CallOp::getCalledGraph (C++ function)
CallOp::getCalledGraphs (C++ function)
CallOp::getGradOpInputIds (C++ function)
CallOp::getGradOps (C++ function)
CallOp::getSubgraphValue (C++ function)
CallOp::growAliasModel (C++ function)
CallOp::opInToOpOutIndex (C++ function)
CallOp::opInToSubgraphInIndex (C++ function)
CallOp::opOutToOpInIndex (C++ function)
CallOp::opOutToSubgraphOutIndex (C++ function)
CallOp::setCalledGraph (C++ function)
CallOp::setup (C++ function)
CallOp::subgraphInToOpInIndex (C++ function)
CallOp::subgraphOutToOpOutIndex (C++ function)
CastGradOp (C++ class)
CastGradOp::CastGradOp (C++ function)
CastGradOp::clone (C++ function)
CastGradOp::gradInputInfo (C++ function)
CastGradOp::gradOutToNonGradIn (C++ function)
CastOp (C++ class)
CastOp::canBeReplacedByIdentity (C++ function)
CastOp::canShard (C++ function)
CastOp::CastOp (C++ function)
CastOp::clone (C++ function)
CastOp::getGradOps (C++ function)
CastOp::getInIndex (C++ function)
CastOp::getOutIndex (C++ function)
CastOp::getReplicatedTensorShardingIndices (C++ function)
CastOp::getSubgraphValue (C++ function)
CastOp::setup (C++ function)
CastOp::toDataType (C++ function)
CeilInplaceOp (C++ class)
CeilInplaceOp::CeilInplaceOp (C++ function)
CeilInplaceOp::clone (C++ function)
CeilOp (C++ class)
CeilOp::CeilOp (C++ function)
CeilOp::clone (C++ function)
CeilOp::getInplaceVariant (C++ function)
CeilOp::inplacePriorityDefault (C++ function)
ClipGradOp (C++ class)
ClipGradOp::ClipGradOp (C++ function)
ClipGradOp::clone (C++ function)
ClipGradOp::getClippedInIndex (C++ function)
ClipGradOp::getGradClippedInIndex (C++ function)
ClipGradOp::gradInputInfo (C++ function)
ClipGradOp::gradOutToNonGradIn (C++ function)
ClipGradOp::inplacePriorityDefault (C++ function)
ClipInplaceOp (C++ class)
ClipInplaceOp::appendOutlineAttributes (C++ function)
ClipInplaceOp::ClipInplaceOp (C++ function)
ClipInplaceOp::clone (C++ function)
ClipInplaceOp::getClipMax (C++ function)
ClipInplaceOp::getClipMin (C++ function)
ClipNormSettings (C++ class)
ClipNormSettings::clipAllWeights (C++ function)
ClipNormSettings::ClipNormSettings (C++ function)
ClipNormSettings::clipWeights (C++ function)
ClipNormSettings::getMaxNorm (C++ function)
ClipNormSettings::getMode (C++ function)
ClipNormSettings::getWeightIds (C++ function)
ClipNormSettings::maxNorm (C++ member)
ClipNormSettings::Mode (C++ enum)
ClipNormSettings::Mode::ClipAllWeights (C++ enumerator)
ClipNormSettings::Mode::ClipSpecifiedWeights (C++ enumerator)
ClipNormSettings::operator!= (C++ function)
ClipNormSettings::operator== (C++ function)
ClipNormSettings::weightIds (C++ member)
ClipOp (C++ class)
ClipOp::appendOutlineAttributes (C++ function)
ClipOp::canBeReplacedByIdentity (C++ function)
ClipOp::clip11MaxInputIndex (C++ function)
ClipOp::clip11MinInputIndex (C++ function)
ClipOp::ClipOp (C++ function)
ClipOp::clone (C++ function)
ClipOp::getClipMax (C++ function)
ClipOp::getClipMin (C++ function)
ClipOp::getGradOps (C++ function)
ClipOp::getInplaceVariant (C++ function)
ClipOp::inplacePriorityDefault (C++ function)
ClipOp::setClipMax (C++ function)
ClipOp::setClipMin (C++ function)
ClipWeightGradientsByNorm (C++ class)
ClipWeightGradientsByNorm::apply (C++ function)
ClipWeightGradientsByNorm::ClipWeightGradientsByNorm (C++ function)
ClipWeightGradientsByNorm::findGradientClippingGroups (C++ function)
ClipWeightGradientsByNorm::getId (C++ function)
ClipWeightGradientsByNorm::getName (C++ function)
ClipWeightGradientsByNorm::id (C++ function)
ClipWeightGradientsByNorm::~ClipWeightGradientsByNorm (C++ function)
ClonedGraphMaps (C++ struct)
ClonedGraphMaps::opIdMap (C++ member)
ClonedGraphMaps::tensorIdMap (C++ member)
CollectiveBalancedReorderId (C++ type)
CollectiveOperator (C++ enum)
CollectiveOperator::Add (C++ enumerator)
CollectiveOperator::Local (C++ enumerator)
CollectiveOperator::LogicalAnd (C++ enumerator)
CollectiveOperator::LogicalOr (C++ enumerator)
CollectiveOperator::Max (C++ enumerator)
CollectiveOperator::Mean (C++ enumerator)
CollectiveOperator::Min (C++ enumerator)
CollectiveOperator::Mul (C++ enumerator)
CollectiveOperator::N (C++ enumerator)
CollectiveOperator::SquareAdd (C++ enumerator)
CollectivesBaseOp (C++ class)
CollectivesBaseOp::appendOutlineAttributes (C++ function)
CollectivesBaseOp::clone (C++ function)
CollectivesBaseOp::CollectivesBaseOp (C++ function)
CollectivesBaseOp::getCollectiveLinkedIndex (C++ function)
CollectivesBaseOp::getCommSize (C++ function)
CollectivesBaseOp::getCorrespondingLinkedIndexTensor (C++ function)
,
[1]
CollectivesBaseOp::getDefaultTensorShardingGroupIndex (C++ function)
CollectivesBaseOp::getGCLCommGroup (C++ function)
CollectivesBaseOp::getInIndex (C++ function)
CollectivesBaseOp::getOutIndex (C++ function)
CollectivesBaseOp::hasCorrespondingLinkedIndexTensor (C++ function)
,
[1]
CollectivesBaseOp::isCollectiveLinkedIndexTensor (C++ function)
,
[1]
CollectivesBaseOp::isConfigureOutputForReplicatedTensorSharding (C++ function)
CollectivesBaseOp::setGCLCommGroup (C++ function)
CommGroup (C++ class)
CommGroup::CommGroup (C++ function)
,
[1]
CommGroup::operator!= (C++ function)
CommGroup::operator== (C++ function)
CommGroup::replicaGroupSize (C++ member)
CommGroup::type (C++ member)
CommGroupType (C++ enum)
CommGroupType::All (C++ enumerator)
CommGroupType::Consecutive (C++ enumerator)
CommGroupType::N (C++ enumerator)
CommGroupType::None (C++ enumerator)
CommGroupType::Orthogonal (C++ enumerator)
ConcatGradOp (C++ class)
ConcatGradOp::appendOutlineAttributes (C++ function)
ConcatGradOp::canShard (C++ function)
ConcatGradOp::clone (C++ function)
ConcatGradOp::ConcatGradOp (C++ function)
,
[1]
ConcatGradOp::configureShardedOp (C++ function)
ConcatGradOp::getAxis (C++ function)
ConcatGradOp::getEnd (C++ function)
ConcatGradOp::getInIndex (C++ function)
ConcatGradOp::getOutIndex (C++ function)
ConcatGradOp::getShardReductionType (C++ function)
ConcatGradOp::getStart (C++ function)
ConcatGradOp::getSubgraphValue (C++ function)
ConcatGradOp::gradInputInfo (C++ function)
ConcatGradOp::gradOutToNonGradIn (C++ function)
ConcatGradOp::setup (C++ function)
ConcatInplaceOp (C++ class)
ConcatInplaceOp::aliases (C++ function)
ConcatInplaceOp::clone (C++ function)
ConcatInplaceOp::ConcatInplaceOp (C++ function)
,
[1]
ConcatInplaceOp::getInplaceVariant (C++ function)
ConcatInplaceOp::inplacePriorityDefault (C++ function)
ConcatOp (C++ class)
ConcatOp::appendOutlineAttributes (C++ function)
ConcatOp::bwdRegMap (C++ function)
ConcatOp::canBeReplacedByIdentity (C++ function)
ConcatOp::canShard (C++ function)
ConcatOp::clone (C++ function)
ConcatOp::ConcatOp (C++ function)
ConcatOp::fwdRegMap (C++ function)
ConcatOp::getAxis (C++ function)
ConcatOp::getGradOps (C++ function)
ConcatOp::getInIndex (C++ function)
ConcatOp::getInplaceVariant (C++ function)
ConcatOp::getOutIndex (C++ function)
ConcatOp::getOutputShape (C++ function)
ConcatOp::getSubgraphValue (C++ function)
ConcatOp::growAliasModel (C++ function)
ConcatOp::inplacePriorityDefault (C++ function)
ConcatOp::mapInplaceProposal (C++ function)
ConcatOp::setup (C++ function)
ConstSGD (C++ class)
ConstSGD::ConstSGD (C++ function)
ConstVoidData (C++ class)
ConstVoidData::ConstVoidData (C++ function)
,
[1]
ConstVoidData::data (C++ member)
ConstVoidData::info (C++ member)
ConstVoidData::store (C++ function)
ConstVoidData::storesData (C++ function)
ContiguateCollectivesTransform (C++ class)
ContiguateCollectivesTransform::apply (C++ function)
ContiguateCollectivesTransform::applyToOps (C++ function)
ContiguateCollectivesTransform::checkCollectiveOp (C++ function)
ContiguateCollectivesTransform::ContiguateCollectivesTransform (C++ function)
ContiguateCollectivesTransform::getId (C++ function)
ContiguateCollectivesTransform::getName (C++ function)
ContiguateCollectivesTransform::id (C++ function)
ContiguateCollectivesTransform::lookForMatchingOps (C++ function)
ContiguateCollectivesTransform::processOp (C++ function)
ContiguateCollectivesTransform::~ContiguateCollectivesTransform (C++ function)
ContiguateIpuCopyIndicesPattern (C++ class)
ContiguateIpuCopyIndicesPattern::apply (C++ function)
ContiguateIpuCopyIndicesPattern::matches (C++ function)
ContiguateIpuCopyIndicesPattern::touches (C++ function)
ConvDataGradOp (C++ class)
ConvDataGradOp::clone (C++ function)
ConvDataGradOp::ConvDataGradOp (C++ function)
ConvDataGradOp::getGradConvolvedInIndex (C++ function)
ConvDataGradOp::getOutIndex (C++ function)
ConvDataGradOp::getParameters (C++ function)
ConvDataGradOp::getWeightsInIndex (C++ function)
ConvDataGradOp::numConvs (C++ function)
ConvDataGradPattern (C++ class)
ConvDataGradPattern::apply (C++ function)
ConvDataGradPattern::matches (C++ function)
ConvDataGradPattern::touches (C++ function)
ConvDilations (C++ type)
ConvFlipWeightsDoubleFlipPattern (C++ class)
ConvFlipWeightsDoubleFlipPattern::apply (C++ function)
ConvFlipWeightsDoubleFlipPattern::matches (C++ function)
ConvFlipWeightsDoubleFlipPattern::touches (C++ function)
ConvFlipWeightsGradOp (C++ class)
ConvFlipWeightsGradOp::clone (C++ function)
ConvFlipWeightsGradOp::ConvFlipWeightsGradOp (C++ function)
,
[1]
ConvFlipWeightsGradOp::gradInputInfo (C++ function)
ConvFlipWeightsGradOp::gradOutToNonGradIn (C++ function)
ConvFlipWeightsGradOpPattern (C++ class)
ConvFlipWeightsGradOpPattern::apply (C++ function)
ConvFlipWeightsGradOpPattern::matches (C++ function)
ConvFlipWeightsGradOpPattern::touches (C++ function)
ConvFlipWeightsOp (C++ class)
ConvFlipWeightsOp::appendOutlineAttributes (C++ function)
ConvFlipWeightsOp::clone (C++ function)
ConvFlipWeightsOp::ConvFlipWeightsOp (C++ function)
,
[1]
ConvFlipWeightsOp::getConvOptions (C++ function)
ConvFlipWeightsOp::getGradOps (C++ function)
ConvFlipWeightsOp::getGroupReshape (C++ function)
ConvFlipWeightsOp::getInIndex (C++ function)
ConvFlipWeightsOp::getMultiConvOptions (C++ function)
ConvFlipWeightsOp::getOutIndex (C++ function)
ConvFlipWeightsOp::getParameters (C++ function)
ConvFlipWeightsOp::getSubgraphValue (C++ function)
ConvFlipWeightsOp::setConvOptions (C++ function)
ConvFlipWeightsOp::setGroupReshape (C++ function)
ConvFlipWeightsOp::setParameters (C++ function)
ConvFlipWeightsOp::setup (C++ function)
ConvFlipWeightsOp::~ConvFlipWeightsOp (C++ function)
ConvGroup (C++ type)
ConvInputs (C++ type)
ConvOp (C++ class)
ConvOp::clone (C++ function)
ConvOp::ConvOp (C++ function)
ConvOp::getDataInIndex (C++ function)
ConvOp::getGradOps (C++ function)
ConvOp::getGroups (C++ function)
ConvOp::getNInChans (C++ function)
ConvOp::getNOutChans (C++ function)
ConvOp::getOutIndex (C++ function)
ConvOp::getParameters (C++ function)
ConvOp::getWeightsInIndex (C++ function)
ConvOp::numConvs (C++ function)
ConvOp::restoreAttributesFromParams (C++ function)
ConvOp::setGroup (C++ function)
ConvOp::setup (C++ function)
ConvPads (C++ type)
ConvParameters (C++ struct)
ConvParameters::batchSize (C++ member)
ConvParameters::Input (C++ struct)
ConvParameters::Input::dilation (C++ member)
ConvParameters::Input::flip (C++ member)
ConvParameters::Input::lowerPadding (C++ member)
ConvParameters::Input::lowerTruncation (C++ member)
ConvParameters::Input::upperPadding (C++ member)
ConvParameters::Input::upperTruncation (C++ member)
ConvParameters::inputShape (C++ member)
ConvParameters::inputTransformation (C++ member)
ConvParameters::kernelShape (C++ member)
ConvParameters::kernelTransformation (C++ member)
ConvParameters::numGroups (C++ member)
ConvParameters::numInChannelsPerGroup (C++ member)
ConvParameters::numOutChannelsPerGroup (C++ member)
ConvParameters::Output (C++ struct)
ConvParameters::Output::lowerPadding (C++ member)
ConvParameters::Output::lowerTruncation (C++ member)
ConvParameters::Output::stride (C++ member)
ConvParameters::Output::upperPadding (C++ member)
ConvParameters::Output::upperTruncation (C++ member)
ConvParameters::outputTransformation (C++ member)
ConvParameters::type (C++ member)
ConvStrides (C++ type)
ConvTransposeOp (C++ class)
ConvTransposeOp::clone (C++ function)
ConvTransposeOp::convOpts (C++ member)
ConvTransposeOp::ConvTransposeOp (C++ function)
ConvTransposeOp::dilations (C++ member)
ConvTransposeOp::getBiasInIndex (C++ function)
ConvTransposeOp::getInIndex (C++ function)
ConvTransposeOp::getOutIndex (C++ function)
ConvTransposeOp::getSubgraphValue (C++ function)
ConvTransposeOp::getWeightsInIndex (C++ function)
ConvTransposeOp::group (C++ member)
ConvTransposeOp::padType (C++ member)
ConvTransposeOp::params (C++ member)
ConvTransposeOp::setup (C++ function)
ConvTransposeOp::strides (C++ member)
ConvTransposePattern (C++ class)
ConvTransposePattern::apply (C++ function)
ConvTransposePattern::matches (C++ function)
ConvTransposePattern::touches (C++ function)
ConvTruncs (C++ type)
ConvWeightsGradOp (C++ class)
ConvWeightsGradOp::clone (C++ function)
ConvWeightsGradOp::ConvWeightsGradOp (C++ function)
,
[1]
ConvWeightsGradOp::getGradConvolvedInIndex (C++ function)
ConvWeightsGradOp::getOutIndex (C++ function)
ConvWeightsGradOp::getParameters (C++ function)
ConvWeightsGradOp::getPreConvolvedInIndex (C++ function)
ConvWeightsGradOp::numConvs (C++ function)
CopyVarUpdateOp (C++ class)
CopyVarUpdateOp::clone (C++ function)
CopyVarUpdateOp::CopyVarUpdateOp (C++ function)
,
[1]
CopyVarUpdateOp::getSubgraphValue (C++ function)
CopyVarUpdateOp::modifies (C++ function)
CopyVarUpdateOp::optimizerInputs (C++ function)
CosGradOp (C++ class)
CosGradOp::clone (C++ function)
CosGradOp::CosGradOp (C++ function)
CosGradOpPattern (C++ class)
CosGradOpPattern::apply (C++ function)
CosGradOpPattern::matches (C++ function)
CosGradOpPattern::touches (C++ function)
CoshOp (C++ class)
CoshOp::clone (C++ function)
CoshOp::CoshOp (C++ function)
CoshOp::getGradOps (C++ function)
CoshOp::getInIndex (C++ function)
CoshOp::getOutIndex (C++ function)
CoshOp::getSubgraphValue (C++ function)
CoshOp::setup (C++ function)
CoshOpPattern (C++ class)
CoshOpPattern::apply (C++ function)
CoshOpPattern::matches (C++ function)
CoshOpPattern::touches (C++ function)
CosOp (C++ class)
CosOp::clone (C++ function)
CosOp::CosOp (C++ function)
CosOp::getGradOps (C++ function)
CosOp::getOpId (C++ function)
CtcBeamSearchDecoderOp (C++ class)
CtcBeamSearchDecoderOp::appendAttributes (C++ function)
CtcBeamSearchDecoderOp::appendOutlineAttributes (C++ function)
CtcBeamSearchDecoderOp::clone (C++ function)
CtcBeamSearchDecoderOp::CtcBeamSearchDecoderOp (C++ function)
CtcBeamSearchDecoderOp::getBatchSize (C++ function)
CtcBeamSearchDecoderOp::getBeamWidth (C++ function)
CtcBeamSearchDecoderOp::getBlankClass (C++ function)
CtcBeamSearchDecoderOp::getDataLengthsInIndex (C++ function)
CtcBeamSearchDecoderOp::getDecodedLabelsOutIndex (C++ function)
CtcBeamSearchDecoderOp::getGradOps (C++ function)
CtcBeamSearchDecoderOp::getLabelLengthsOutIndex (C++ function)
CtcBeamSearchDecoderOp::getLabelProbsOutIndex (C++ function)
CtcBeamSearchDecoderOp::getLogProbsInIndex (C++ function)
CtcBeamSearchDecoderOp::getMaxTime (C++ function)
CtcBeamSearchDecoderOp::getNumClasses (C++ function)
CtcBeamSearchDecoderOp::getSubgraphValue (C++ function)
CtcBeamSearchDecoderOp::getTopPaths (C++ function)
CtcBeamSearchDecoderOp::requiresRandomSeed (C++ function)
CtcBeamSearchDecoderOp::setup (C++ function)
CtcGradOp (C++ class)
CtcGradOp::appendOutlineAttributes (C++ function)
CtcGradOp::canShard (C++ function)
CtcGradOp::clone (C++ function)
CtcGradOp::CtcGradOp (C++ function)
CtcGradOp::getCtcLossGradientInIndex (C++ function)
CtcGradOp::getEnableReducedClassesInLabel (C++ function)
CtcGradOp::getLogProbsGradientOutIndex (C++ function)
CtcGradOp::getLogProbsGradientWrtCtcLossInIndex (C++ function)
CtcGradOp::getReductionType (C++ function)
CtcGradOp::getSubgraphValue (C++ function)
CtcGradOp::getTargetLengthsInIndex (C++ function)
CtcGradOp::gradInputInfo (C++ function)
CtcGradOp::gradOutToNonGradIn (C++ function)
CtcGradOp::setup (C++ function)
CtcOp (C++ class)
CtcOp::appendOutlineAttributes (C++ function)
CtcOp::canShard (C++ function)
CtcOp::clone (C++ function)
CtcOp::CtcOp (C++ function)
CtcOp::getBatchSize (C++ function)
CtcOp::getBlank (C++ function)
CtcOp::getCtcLossOutIndex (C++ function)
CtcOp::getEnableReducedClassesInLabel (C++ function)
CtcOp::getGradOps (C++ function)
CtcOp::getInputLengthsInIndex (C++ function)
CtcOp::getLogProbsGradientWrtCtcLossOutIndex (C++ function)
CtcOp::getLogProbsInIndex (C++ function)
CtcOp::getMaxInputLength (C++ function)
CtcOp::getMaxTargetLength (C++ function)
CtcOp::getNumClasses (C++ function)
CtcOp::getSubgraphValue (C++ function)
CtcOp::getTargetLengthsInIndex (C++ function)
CtcOp::getTargetsInIndex (C++ function)
CtcOp::getZeroInfinity (C++ function)
CtcOp::setup (C++ function)
CumSumGradOp (C++ class)
CumSumGradOp::clone (C++ function)
CumSumGradOp::CumSumGradOp (C++ function)
CumSumGradOp::fwdXInIndex (C++ function)
CumSumGradOp::getAxis (C++ function)
CumSumGradOp::getExclusive (C++ function)
CumSumGradOp::getReverse (C++ function)
CumSumGradOp::getSubgraphValue (C++ function)
CumSumGradOp::gradInputInfo (C++ function)
CumSumGradOp::gradOutToNonGradIn (C++ function)
CumSumGradOp::outGradXInIndex (C++ function)
CumSumGradOp::outIndex (C++ function)
CumSumGradOp::setup (C++ function)
CumSumOp (C++ class)
CumSumOp::axisInIndex (C++ function)
CumSumOp::clone (C++ function)
CumSumOp::CumSumOp (C++ function)
CumSumOp::getAxis (C++ function)
CumSumOp::getExclusive (C++ function)
CumSumOp::getGradOps (C++ function)
CumSumOp::getReverse (C++ function)
CumSumOp::getSubgraphValue (C++ function)
CumSumOp::outIndex (C++ function)
CumSumOp::setup (C++ function)
CumSumOp::xInIndex (C++ function)
D
DataFlow (C++ class)
DataFlow::DataFlow (C++ function)
,
[1]
,
[2]
,
[3]
,
[4]
DataFlow::setBatchesPerStep (C++ function)
DataType (C++ enum)
DataType::BFLOAT16 (C++ enumerator)
DataType::BOOL (C++ enumerator)
DataType::COMPLEX128 (C++ enumerator)
DataType::COMPLEX64 (C++ enumerator)
DataType::DOUBLE (C++ enumerator)
DataType::FLOAT (C++ enumerator)
DataType::FLOAT16 (C++ enumerator)
DataType::INT16 (C++ enumerator)
DataType::INT32 (C++ enumerator)
DataType::INT64 (C++ enumerator)
DataType::INT8 (C++ enumerator)
DataType::STRING (C++ enumerator)
DataType::UINT16 (C++ enumerator)
DataType::UINT32 (C++ enumerator)
DataType::UINT64 (C++ enumerator)
DataType::UINT8 (C++ enumerator)
DataType::UNDEFINED (C++ enumerator)
DataTypeInfo (C++ class)
DataTypeInfo::DataTypeInfo (C++ function)
DataTypeInfo::isFixedPoint (C++ function)
DataTypeInfo::lcasename (C++ function)
DataTypeInfo::name (C++ function)
DataTypeInfo::nbytes (C++ function)
DataTypeInfo::type (C++ function)
DebugContext (C++ class)
DebugContext::DebugContext (C++ function)
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
DebugContext::getPathName (C++ function)
DebugContext::~DebugContext (C++ function)
DebugInfo (C++ class)
DebugInfo::closeStreamer (C++ function)
DebugInfo::DebugInfo (C++ function)
,
[1]
DebugInfo::getId (C++ function)
DebugInfo::getPathName (C++ function)
DebugInfo::initializeStreamer (C++ function)
DebugInfo::operator= (C++ function)
DebugInfo::SerializationFormat (C++ enum)
DebugInfo::SerializationFormat::CBOR (C++ enumerator)
DebugInfo::SerializationFormat::JSON (C++ enumerator)
DebugInfo::setValue (C++ function)
DebugInfo::~DebugInfo (C++ function)
DecomposeBinaryConstScalar (C++ class)
DecomposeBinaryConstScalar::apply (C++ function)
DecomposeBinaryConstScalar::matches (C++ function)
DecomposeBinaryConstScalar::touches (C++ function)
DecomposeGradSum (C++ class)
DecomposeGradSum::apply (C++ function)
DecomposeGradSum::DecomposeGradSum (C++ function)
DecomposeGradSum::getId (C++ function)
DecomposeGradSum::getName (C++ function)
DecomposeGradSum::id (C++ function)
DecomposeGradSum::~DecomposeGradSum (C++ function)
DecomposeLoops (C++ class)
DecomposeLoops::apply (C++ function)
DecomposeLoops::decomposeLoop (C++ function)
DecomposeLoops::DecomposeLoops (C++ function)
DecomposeLoops::getId (C++ function)
DecomposeLoops::getName (C++ function)
DecomposeLoops::id (C++ function)
DecomposeLoops::isComputeLikeIOOp (C++ function)
DecomposeLoops::isComputeOp (C++ function)
DecomposeLoops::isIOOp (C++ function)
DecomposeLoops::~DecomposeLoops (C++ function)
DetachInplaceOp (C++ class)
DetachInplaceOp::aliases (C++ function)
DetachInplaceOp::clone (C++ function)
DetachInplaceOp::DetachInplaceOp (C++ function)
,
[1]
DetachOp (C++ class)
DetachOp::clone (C++ function)
DetachOp::DetachOp (C++ function)
DetachOp::getGradOps (C++ function)
DetachOp::getInplaceVariant (C++ function)
DetachOp::inplacePriorityDefault (C++ function)
DetachOp::isIdentity (C++ function)
DetachOp::isOutplaceViewChange (C++ function)
DeviceConnectionType (C++ enum)
DeviceConnectionType::Always (C++ enumerator)
DeviceConnectionType::Never (C++ enumerator)
DeviceConnectionType::OnDemand (C++ enumerator)
DeviceInfo (C++ class)
DeviceInfo::attach (C++ function)
DeviceInfo::canCompileOffline (C++ function)
DeviceInfo::detach (C++ function)
DeviceInfo::DeviceInfo (C++ function)
DeviceInfo::getChildIds (C++ function)
DeviceInfo::getConnectionType (C++ function)
DeviceInfo::getDriverIds (C++ function)
DeviceInfo::getId (C++ function)
DeviceInfo::getIpuVersion (C++ function)
DeviceInfo::getNumIpus (C++ function)
DeviceInfo::getNumWorkerContexts (C++ function)
DeviceInfo::getOnDemandAttachTimeout (C++ function)
DeviceInfo::getOptionFlags (C++ function)
DeviceInfo::getTarget (C++ function)
DeviceInfo::getTilesPerIPU (C++ function)
DeviceInfo::getType (C++ function)
DeviceInfo::getVersion (C++ function)
DeviceInfo::isAttached (C++ function)
DeviceInfo::isHwCompatible (C++ function)
DeviceInfo::setOnDemandAttachTimeout (C++ function)
DeviceInfo::toString (C++ function)
DeviceInfo::tryAttachUntilTimeout (C++ function)
DeviceInfo::writeToDeviceAccessLog (C++ function)
DeviceInfo::~DeviceInfo (C++ function)
DeviceManager (C++ class)
DeviceManager::acquireAvailableDevice (C++ function)
DeviceManager::acquireDeviceById (C++ function)
DeviceManager::createCpuDevice (C++ function)
DeviceManager::createDeviceManager (C++ function)
DeviceManager::createHostDevice (C++ function)
DeviceManager::createIpuModelDevice (C++ function)
DeviceManager::createOfflineIPUDevice (C++ function)
DeviceManager::createOfflineIpuFromDeviceInfo (C++ function)
DeviceManager::createSimDevice (C++ function)
DeviceManager::enumerate (C++ function)
DeviceManager::enumerateDevices (C++ function)
DeviceManager::getDevice (C++ function)
DeviceManager::registerDeviceProvider (C++ function)
DeviceManager::setOnDemandAttachTimeout (C++ function)
DeviceManager::tryAcquireAvailableDevice (C++ function)
DeviceManager::tryAcquireDeviceById (C++ function)
DeviceProvider (C++ class)
DeviceProvider::createHostDevice (C++ function)
DeviceProvider::createOfflineIpuFromDeviceInfo (C++ function)
DeviceProvider::enumerate (C++ function)
DeviceProvider::getDevice (C++ function)
DeviceProvider::~DeviceProvider (C++ function)
DeviceSelectionCriterion (C++ enum)
DeviceSelectionCriterion::First (C++ enumerator)
DeviceSelectionCriterion::Random (C++ enumerator)
DeviceType (C++ enum)
DeviceType::Cpu (C++ enumerator)
DeviceType::Ipu (C++ enumerator)
DeviceType::IpuModel (C++ enumerator)
DeviceType::OfflineIpu (C++ enumerator)
DeviceType::Sim (C++ enumerator)
DivArg0GradOp (C++ class)
DivArg0GradOp::clone (C++ function)
DivArg0GradOp::DivArg0GradOp (C++ function)
DivArg0GradOpPattern (C++ class)
DivArg0GradOpPattern::matches (C++ function)
DivArg1GradOp (C++ class)
DivArg1GradOp::clone (C++ function)
DivArg1GradOp::DivArg1GradOp (C++ function)
DivArg1GradOpPattern (C++ class)
DivArg1GradOpPattern::matches (C++ function)
DnfTensorIds (C++ type)
DropoutBaseOp (C++ class)
DropoutBaseOp::canBeReplacedByIdentity (C++ function)
DropoutBaseOp::canShard (C++ function)
DropoutBaseOp::clone (C++ function)
DropoutBaseOp::configureShardedOp (C++ function)
DropoutBaseOp::DropoutBaseOp (C++ function)
DropoutBaseOp::getInIndex (C++ function)
DropoutBaseOp::getOutIndex (C++ function)
DropoutBaseOp::getRatio (C++ function)
DropoutBaseOp::getSeedInIndex (C++ function)
DropoutBaseOp::setRatio (C++ function)
DropoutBaseOp::validateRatioAttribute (C++ function)
DropoutGradOp (C++ class)
DropoutGradOp::clone (C++ function)
DropoutGradOp::DropoutGradOp (C++ function)
DropoutGradOp::getGradInIndex (C++ function)
DropoutGradOp::getOutIndex (C++ function)
DropoutGradOp::gradInputInfo (C++ function)
DropoutGradOp::gradOutToNonGradIn (C++ function)
DropoutOp (C++ class)
DropoutOp::appendAttributes (C++ function)
DropoutOp::appendOutlineAttributes (C++ function)
DropoutOp::canBeReplacedByIdentity (C++ function)
DropoutOp::clone (C++ function)
DropoutOp::DropoutOp (C++ function)
DropoutOp::getGradOps (C++ function)
DropoutOp::getMaskOutIndex (C++ function)
DropoutOp::getOutputMask (C++ function)
DropoutOp::getReferenceId (C++ function)
DropoutOp::getReferenceTensorId (C++ function)
DropoutOp::setOutputMask (C++ function)
DropoutOp::setReferenceId (C++ function)
DropoutOp::setup (C++ function)
DynamicAddInplaceOp (C++ class)
DynamicAddInplaceOp::clone (C++ function)
DynamicAddInplaceOp::DynamicAddInplaceOp (C++ function)
,
[1]
DynamicAddOp (C++ class)
DynamicAddOp::clone (C++ function)
DynamicAddOp::DynamicAddOp (C++ function)
DynamicAddOp::getGradOps (C++ function)
DynamicAddOp::getInplaceVariant (C++ function)
DynamicAddOp::inplacePriorityDefault (C++ function)
DynamicBaseOp (C++ class)
DynamicBaseOp::appendOutlineAttributes (C++ function)
DynamicBaseOp::clone (C++ function)
DynamicBaseOp::createOutInfo (C++ function)
DynamicBaseOp::DynamicBaseOp (C++ function)
DynamicBaseOp::getAxes (C++ function)
DynamicBaseOp::getIndexInIndex (C++ function)
DynamicBaseOp::getOutIndex (C++ function)
DynamicBaseOp::getSizes (C++ function)
DynamicBaseOp::getSubgraphValue (C++ function)
DynamicBaseOp::isNotOverlapping (C++ function)
DynamicBaseOp::setAxes (C++ function)
DynamicBaseOp::setSizes (C++ function)
DynamicBaseOp::setup (C++ function)
DynamicBinaryBaseInplaceOp (C++ class)
DynamicBinaryBaseInplaceOp::aliases (C++ function)
DynamicBinaryBaseInplaceOp::bwdRegMap (C++ function)
DynamicBinaryBaseInplaceOp::clone (C++ function)
DynamicBinaryBaseInplaceOp::DynamicBinaryBaseInplaceOp (C++ function)
DynamicBinaryBaseInplaceOp::fwdRegMap (C++ function)
DynamicBinaryBaseInplaceOp::modifies (C++ function)
DynamicBinaryBaseOp (C++ class)
DynamicBinaryBaseOp::clone (C++ function)
DynamicBinaryBaseOp::DynamicBinaryBaseOp (C++ function)
DynamicBinaryBaseOp::getIndexInIndex (C++ function)
DynamicBinaryBaseOp::getOutIndex (C++ function)
DynamicBinaryBaseOp::getUpdateInIndex (C++ function)
DynamicBinaryBaseOp::getUpdateTensorInfo (C++ function)
DynamicBinaryBaseOp::growAliasModel (C++ function)
DynamicBinaryBaseOp::mapInplaceProposal (C++ function)
DynamicBinaryBaseOp::setup (C++ function)
DynamicOpTransform (C++ class)
DynamicOpTransform::apply (C++ function)
DynamicOpTransform::DynamicOpTransform (C++ function)
DynamicOpTransform::getId (C++ function)
DynamicOpTransform::getName (C++ function)
DynamicOpTransform::id (C++ function)
DynamicOpTransform::inplace (C++ function)
DynamicOpTransform::transferProperties (C++ function)
DynamicOpTransform::~DynamicOpTransform (C++ function)
DynamicSliceBaseOp (C++ class)
DynamicSliceBaseOp::clone (C++ function)
DynamicSliceBaseOp::createOutInfo (C++ function)
DynamicSliceBaseOp::DynamicSliceBaseOp (C++ function)
DynamicSliceBaseOp::getInIndex (C++ function)
DynamicSliceBaseOp::setup (C++ function)
DynamicSliceInplaceOp (C++ class)
DynamicSliceInplaceOp::aliases (C++ function)
DynamicSliceInplaceOp::bwdRegMap (C++ function)
DynamicSliceInplaceOp::clone (C++ function)
DynamicSliceInplaceOp::DynamicSliceInplaceOp (C++ function)
,
[1]
DynamicSliceInplaceOp::fwdRegMap (C++ function)
DynamicSliceInplaceOp::getInplaceVariant (C++ function)
DynamicSliceInplaceOp::inplacePriorityDefault (C++ function)
DynamicSliceInplaceOp::modifies (C++ function)
DynamicSliceOp (C++ class)
DynamicSliceOp::clone (C++ function)
DynamicSliceOp::DynamicSliceOp (C++ function)
DynamicSliceOp::getGradOps (C++ function)
DynamicSliceOp::getInplaceVariant (C++ function)
DynamicSliceOp::getSliceInIndex (C++ function)
DynamicSliceOp::growAliasModel (C++ function)
DynamicSliceOp::inplacePriorityDefault (C++ function)
DynamicSliceOp::mapInplaceProposal (C++ function)
DynamicSlicePadGradOp (C++ class)
DynamicSlicePadGradOp::clone (C++ function)
DynamicSlicePadGradOp::DynamicSlicePadGradOp (C++ function)
DynamicSlicePadGradOp::getInIndex (C++ function)
DynamicSlicePadGradOp::gradInputInfo (C++ function)
DynamicSlicePadGradOp::gradOutToNonGradIn (C++ function)
DynamicSlicePadGradOp::optionalInputs (C++ function)
DynamicSlicePadGradOp::setup (C++ function)
DynamicTernaryBaseInplaceOp (C++ class)
DynamicTernaryBaseInplaceOp::aliases (C++ function)
DynamicTernaryBaseInplaceOp::bwdRegMap (C++ function)
DynamicTernaryBaseInplaceOp::clone (C++ function)
DynamicTernaryBaseInplaceOp::DynamicTernaryBaseInplaceOp (C++ function)
DynamicTernaryBaseInplaceOp::fwdRegMap (C++ function)
DynamicTernaryBaseInplaceOp::modifies (C++ function)
DynamicTernaryBaseOp (C++ class)
DynamicTernaryBaseOp::clone (C++ function)
DynamicTernaryBaseOp::DynamicTernaryBaseOp (C++ function)
DynamicTernaryBaseOp::getInIndex (C++ function)
DynamicTernaryBaseOp::getUpdateInIndex (C++ function)
DynamicUpdateInplaceOp (C++ class)
DynamicUpdateInplaceOp::clone (C++ function)
DynamicUpdateInplaceOp::DynamicUpdateInplaceOp (C++ function)
,
[1]
DynamicUpdateOp (C++ class)
DynamicUpdateOp::clone (C++ function)
DynamicUpdateOp::DynamicUpdateOp (C++ function)
DynamicUpdateOp::getGradOps (C++ function)
DynamicUpdateOp::getInplaceVariant (C++ function)
DynamicUpdateOp::inplacePriorityDefault (C++ function)
DynamicUpdateToUpdateGradOp (C++ class)
DynamicUpdateToUpdateGradOp::clone (C++ function)
DynamicUpdateToUpdateGradOp::DynamicUpdateToUpdateGradOp (C++ function)
DynamicUpdateToUpdateGradOp::gradInputInfo (C++ function)
DynamicUpdateToUpdateGradOp::gradOutToNonGradIn (C++ function)
DynamicUpdateUpdaterGradOp (C++ class)
DynamicUpdateUpdaterGradOp::clone (C++ function)
DynamicUpdateUpdaterGradOp::DynamicUpdateUpdaterGradOp (C++ function)
DynamicUpdateUpdaterGradOp::gradInputInfo (C++ function)
DynamicUpdateUpdaterGradOp::gradOutToNonGradIn (C++ function)
DynamicZeroGradOp (C++ class)
DynamicZeroGradOp::clone (C++ function)
DynamicZeroGradOp::DynamicZeroGradOp (C++ function)
DynamicZeroGradOp::getInplaceVariant (C++ function)
DynamicZeroGradOp::gradInputInfo (C++ function)
DynamicZeroGradOp::gradOutToNonGradIn (C++ function)
DynamicZeroInplaceOp (C++ class)
DynamicZeroInplaceOp::clone (C++ function)
DynamicZeroInplaceOp::DynamicZeroInplaceOp (C++ function)
,
[1]
DynamicZeroOp (C++ class)
DynamicZeroOp::clone (C++ function)
DynamicZeroOp::DynamicZeroOp (C++ function)
DynamicZeroOp::getGradOps (C++ function)
DynamicZeroOp::getInplaceVariant (C++ function)
DynamicZeroOp::inplacePriorityDefault (C++ function)
E
ElementWiseBinaryArg0GradOp (C++ class)
ElementWiseBinaryArg0GradOp::clone (C++ function)
ElementWiseBinaryArg0GradOp::ElementWiseBinaryArg0GradOp (C++ function)
ElementWiseBinaryArg1GradOp (C++ class)
ElementWiseBinaryArg1GradOp::clone (C++ function)
ElementWiseBinaryArg1GradOp::ElementWiseBinaryArg1GradOp (C++ function)
ElementWiseBinaryBaseOp (C++ class)
ElementWiseBinaryBaseOp::bwdRegMap (C++ function)
ElementWiseBinaryBaseOp::canShard (C++ function)
ElementWiseBinaryBaseOp::clone (C++ function)
ElementWiseBinaryBaseOp::ElementWiseBinaryBaseOp (C++ function)
ElementWiseBinaryBaseOp::fwdRegMap (C++ function)
ElementWiseBinaryBaseOp::getArg0InIndex (C++ function)
ElementWiseBinaryBaseOp::getArg1InIndex (C++ function)
ElementWiseBinaryBaseOp::getOutIndex (C++ function)
ElementWiseBinaryBaseOp::getReplicatedTensorShardingIndices (C++ function)
ElementWiseBinaryBaseOp::getSubgraphValue (C++ function)
ElementWiseBinaryBaseOp::growAliasModel (C++ function)
ElementWiseBinaryBaseOp::setup (C++ function)
ElementWiseBinaryGradOp (C++ class)
ElementWiseBinaryGradOp::clone (C++ function)
ElementWiseBinaryGradOp::ElementWiseBinaryGradOp (C++ function)
ElementWiseBinaryGradOp::getFwdArg0InIndex (C++ function)
ElementWiseBinaryGradOp::getFwdArg1InIndex (C++ function)
ElementWiseBinaryGradOp::getFwdOutIndex (C++ function)
ElementWiseBinaryGradOp::getGradInIndex (C++ function)
ElementWiseBinaryGradOp::getOutIndex (C++ function)
ElementWiseBinaryGradOp::getReductionAxes (C++ function)
ElementWiseBinaryGradOp::getSubgraphValue (C++ function)
ElementWiseBinaryGradOp::gradInputInfo (C++ function)
ElementWiseBinaryGradOp::gradOutToNonGradIn (C++ function)
ElementWiseBinaryGradOp::setup (C++ function)
ElementWiseBinaryInplaceLhsOp (C++ class)
ElementWiseBinaryInplaceLhsOp::aliases (C++ function)
ElementWiseBinaryInplaceLhsOp::clone (C++ function)
ElementWiseBinaryInplaceLhsOp::ElementWiseBinaryInplaceLhsOp (C++ function)
ElementWiseBinaryInplaceLhsOp::modifies (C++ function)
ElementWiseBinaryInplaceRhsOp (C++ class)
ElementWiseBinaryInplaceRhsOp::aliases (C++ function)
ElementWiseBinaryInplaceRhsOp::clone (C++ function)
ElementWiseBinaryInplaceRhsOp::ElementWiseBinaryInplaceRhsOp (C++ function)
ElementWiseBinaryInplaceRhsOp::modifies (C++ function)
ElementWiseBinaryOp (C++ class)
ElementWiseBinaryOp::clone (C++ function)
ElementWiseBinaryOp::ElementWiseBinaryOp (C++ function)
ElementWiseBinaryOp::getInplacePriority (C++ function)
ElementWiseBinaryOp::getInplaceVariant (C++ function)
ElementWiseBinaryOp::inplacePriorityDefault (C++ function)
ElementWiseBinaryOp::mapInplaceProposal (C++ function)
ElementWiseBinaryOp::setInplacePriority (C++ function)
ElementWiseGradOpPattern (C++ class)
ElementWiseGradOpPattern::apply (C++ function)
ElementWiseGradOpPattern::matches (C++ function)
ElementWiseGradOpPattern::touches (C++ function)
ElementWiseInplaceUnaryOp (C++ class)
ElementWiseInplaceUnaryOp::aliases (C++ function)
ElementWiseInplaceUnaryOp::clone (C++ function)
ElementWiseInplaceUnaryOp::ElementWiseInplaceUnaryOp (C++ function)
ElementWiseInplaceUnaryOp::modifies (C++ function)
ElementWiseNonLinearUnaryGradOp (C++ class)
ElementWiseNonLinearUnaryGradOp::canShard (C++ function)
ElementWiseNonLinearUnaryGradOp::clone (C++ function)
ElementWiseNonLinearUnaryGradOp::ElementWiseNonLinearUnaryGradOp (C++ function)
ElementWiseNonLinearUnaryGradOp::getFwdArgInIndex (C++ function)
ElementWiseNonLinearUnaryGradOp::getGradInIndex (C++ function)
ElementWiseNonLinearUnaryGradOp::getOutIndex (C++ function)
ElementWiseNonLinearUnaryGradOp::getSubgraphValue (C++ function)
ElementWiseNonLinearUnaryGradOp::gradInputInfo (C++ function)
ElementWiseNonLinearUnaryGradOp::gradOutToNonGradIn (C++ function)
ElementWiseNonLinearUnaryGradOp::setup (C++ function)
ElementWiseNpBroadcastableBinaryWithGradOp (C++ class)
ElementWiseNpBroadcastableBinaryWithGradOp::clone (C++ function)
ElementWiseNpBroadcastableBinaryWithGradOp::ElementWiseNpBroadcastableBinaryWithGradOp (C++ function)
ElementWiseNpBroadcastableBinaryWithGradOp::getGradOps (C++ function)
ElementWiseUnaryBooleanOp (C++ class)
ElementWiseUnaryBooleanOp::canShard (C++ function)
ElementWiseUnaryBooleanOp::clone (C++ function)
ElementWiseUnaryBooleanOp::ElementWiseUnaryBooleanOp (C++ function)
ElementWiseUnaryBooleanOp::getInIndex (C++ function)
ElementWiseUnaryBooleanOp::getOutIndex (C++ function)
ElementWiseUnaryBooleanOp::getSubgraphValue (C++ function)
ElementWiseUnaryBooleanOp::setup (C++ function)
ElementWiseUnaryOp (C++ class)
ElementWiseUnaryOp::canShard (C++ function)
ElementWiseUnaryOp::clone (C++ function)
ElementWiseUnaryOp::ElementWiseUnaryOp (C++ function)
ElementWiseUnaryOp::getInIndex (C++ function)
ElementWiseUnaryOp::getOutIndex (C++ function)
ElementWiseUnaryOp::getReplicatedTensorShardingIndices (C++ function)
ElementWiseUnaryOp::getSubgraphValue (C++ function)
ElementWiseUnaryOp::growAliasModel (C++ function)
ElementWiseUnaryOp::isIdentity (C++ function)
ElementWiseUnaryOp::mapInplaceProposal (C++ function)
ElementWiseUnaryOp::setup (C++ function)
EluGradOp (C++ class)
EluGradOp::alpha (C++ function)
EluGradOp::appendAttributes (C++ function)
EluGradOp::clone (C++ function)
EluGradOp::EluGradOp (C++ function)
EluInplaceOp (C++ class)
EluInplaceOp::alpha (C++ function)
EluInplaceOp::appendAttributes (C++ function)
EluInplaceOp::clone (C++ function)
EluInplaceOp::EluInplaceOp (C++ function)
EluOp (C++ class)
EluOp::alpha (C++ function)
EluOp::appendAttributes (C++ function)
EluOp::clone (C++ function)
EluOp::EluOp (C++ function)
EluOp::getGradOps (C++ function)
EluOp::getInplaceVariant (C++ function)
EluOp::inplacePriorityDefault (C++ function)
EnsureFp32LossScale (C++ class)
EnsureFp32LossScale::apply (C++ function)
EnsureFp32LossScale::downCastTensor (C++ function)
EnsureFp32LossScale::EnsureFp32LossScale (C++ function)
EnsureFp32LossScale::getId (C++ function)
EnsureFp32LossScale::getLossScaleInputTensor (C++ function)
EnsureFp32LossScale::getName (C++ function)
EnsureFp32LossScale::id (C++ function)
EnsureFp32LossScale::isMixedPrecisionLossGradOp (C++ function)
EnsureFp32LossScale::isPassThroughOp (C++ function)
EnsureFp32LossScale::shouldApply (C++ function)
EnsureFp32LossScale::traverseFromLossScaleTensor (C++ function)
EnsureFp32LossScale::upCastTensor (C++ function)
EnsureFp32LossScale::~EnsureFp32LossScale (C++ function)
EqualOp (C++ class)
EqualOp::clone (C++ function)
EqualOp::EqualOp (C++ function)
EqualOp::getGradOps (C++ function)
ErfGradOp (C++ class)
ErfGradOp::clone (C++ function)
ErfGradOp::ErfGradOp (C++ function)
ErfOp (C++ class)
ErfOp::clone (C++ function)
ErfOp::ErfOp (C++ function)
ErfOp::getGradOps (C++ function)
error (C++ class)
error::error (C++ function)
,
[1]
,
[2]
,
[3]
error::stackreport (C++ function)
error::uid (C++ function)
ErrorSource (C++ enum)
ErrorSource::popart (C++ enumerator)
ErrorSource::popart_internal (C++ enumerator)
ErrorSource::poplar (C++ enumerator)
ErrorSource::poplibs (C++ enumerator)
ErrorSource::unknown (C++ enumerator)
ExchangeBaseOp (C++ class)
ExchangeBaseOp::clone (C++ function)
ExchangeBaseOp::descriptorIndexToInIndices (C++ function)
ExchangeBaseOp::descriptorIndexToOutIndices (C++ function)
ExchangeBaseOp::ExchangeBaseOp (C++ function)
ExchangeBaseOp::getExchangeDescriptor (C++ function)
ExchangeBaseOp::getNumExchanges (C++ function)
ExchangeBaseOp::getSubgraphValue (C++ function)
ExchangeBaseOp::inIndexToDescriptorIndex (C++ function)
ExchangeBaseOp::isOutlineable (C++ function)
ExchangeBaseOp::outIndexToDescriptorIndex (C++ function)
ExchangeDescriptor (C++ class)
ExchangeDescriptor::ExchangeDescriptor (C++ function)
,
[1]
,
[2]
ExchangeDescriptor::getDestinationCodeMemoryType (C++ function)
ExchangeDescriptor::getDirection (C++ function)
ExchangeDescriptor::getGraphToLoadId (C++ function)
ExchangeDescriptor::getHostStreamTensorId (C++ function)
ExchangeDescriptor::getNumInputs (C++ function)
ExchangeDescriptor::getNumOutputs (C++ function)
ExchangeDescriptor::getRemoteBufferId (C++ function)
ExchangeDescriptor::getResourceId (C++ function)
ExchangeDescriptor::getTileSet (C++ function)
ExchangeDescriptor::getVGraphID (C++ function)
ExchangeDescriptor::isCodeCopy (C++ function)
ExchangeDescriptor::isHostExchange (C++ function)
ExchangeDescriptor::isInplace (C++ function)
ExchangeDescriptor::isRemoteExchange (C++ function)
ExchangeDescriptor::setRemoteBufferId (C++ function)
ExchangeStrategy (C++ enum)
ExchangeStrategy::JustInTime (C++ enumerator)
ExchangeStrategy::N (C++ enumerator)
ExchangeStrategy::OverlapInnerLoop (C++ enumerator)
ExchangeStrategy::OverlapLoops (C++ enumerator)
ExchangeStrategy::OverlapStep (C++ enumerator)
ExecutionContext (C++ enum)
ExecutionContext::AccumulateOuterFragment (C++ enumerator)
ExecutionContext::Normal (C++ enumerator)
ExecutionContext::OptimizerFromHostFragment (C++ enumerator)
ExecutionContext::Subgraph (C++ enumerator)
ExecutionContext::WeightsFromHostFragment (C++ enumerator)
ExecutionContext::WeightsToHostFragment (C++ enumerator)
ExecutionPhase (C++ type)
ExecutionPhaseIOSchedule (C++ enum)
ExecutionPhaseIOSchedule::N (C++ enumerator)
ExecutionPhaseIOSchedule::OnDemand (C++ enumerator)
ExecutionPhaseIOSchedule::Preload (C++ enumerator)
ExecutionPhaseSchedule (C++ enum)
ExecutionPhaseSchedule::Batch (C++ enumerator)
ExecutionPhaseSchedule::BatchClusteredIO (C++ enumerator)
ExecutionPhaseSchedule::Interleaving (C++ enumerator)
ExecutionPhaseSchedule::N (C++ enumerator)
ExecutionPhaseSettings (C++ struct)
ExecutionPhaseSettings::accumulatorIOSchedule (C++ member)
ExecutionPhaseSettings::activationIOSchedule (C++ member)
ExecutionPhaseSettings::ExecutionPhaseSettings (C++ function)
,
[1]
ExecutionPhaseSettings::optimizerStateIOSchedule (C++ member)
ExecutionPhaseSettings::phases (C++ member)
ExecutionPhaseSettings::schedule (C++ member)
ExecutionPhaseSettings::stages (C++ member)
ExecutionPhaseSettings::weightIOSchedule (C++ member)
ExpandCastPattern (C++ class)
ExpandCastPattern::apply (C++ function)
ExpandCastPattern::matches (C++ function)
ExpandCastPattern::touches (C++ function)
ExpandGradOp (C++ class)
ExpandGradOp::clone (C++ function)
ExpandGradOp::ExpandGradOp (C++ function)
,
[1]
ExpandGradOp::getDYIndex (C++ function)
ExpandGradOp::getOutIndex (C++ function)
ExpandGradOp::getSubgraphValue (C++ function)
ExpandGradOp::getXShape (C++ function)
ExpandGradOp::gradInputInfo (C++ function)
ExpandGradOp::gradOutToNonGradIn (C++ function)
ExpandGradOp::setup (C++ function)
ExpandInplaceOp (C++ class)
ExpandInplaceOp::aliases (C++ function)
ExpandInplaceOp::clone (C++ function)
ExpandInplaceOp::ExpandInplaceOp (C++ function)
,
[1]
ExpandInplaceOp::getInplaceVariant (C++ function)
ExpandInplaceOp::inplacePriorityDefault (C++ function)
ExpandOp (C++ class)
ExpandOp::bwdRegMap (C++ function)
ExpandOp::canBeReplacedByIdentity (C++ function)
ExpandOp::clone (C++ function)
ExpandOp::connectInTensor (C++ function)
ExpandOp::ExpandOp (C++ function)
,
[1]
ExpandOp::fwdRegMap (C++ function)
ExpandOp::getGradOps (C++ function)
ExpandOp::getInplaceVariant (C++ function)
ExpandOp::getInShapeIndex (C++ function)
ExpandOp::getInTensorIndex (C++ function)
ExpandOp::getOutIndex (C++ function)
ExpandOp::getOutShape (C++ function)
ExpandOp::getSubgraphValue (C++ function)
ExpandOp::growAliasModel (C++ function)
ExpandOp::inplacePriorityDefault (C++ function)
ExpandOp::mapInplaceProposal (C++ function)
ExpandOp::setup (C++ function)
ExpectedConnection (C++ struct)
ExpectedConnection::fwdId (C++ member)
ExpectedConnection::operator== (C++ function)
ExpectedConnection::type (C++ member)
ExpectedConnectionType (C++ enum)
ExpectedConnectionType::Fwd (C++ enumerator)
ExpectedConnectionType::FwdGrad (C++ enumerator)
ExpGradOp (C++ class)
ExpGradOp::clone (C++ function)
ExpGradOp::ExpGradOp (C++ function)
ExpGradOp::getFwdOutInIndex (C++ function)
ExpGradOp::getGradInIndex (C++ function)
ExpGradOp::getOutIndex (C++ function)
ExpGradOp::getSubgraphValue (C++ function)
ExpGradOp::gradInputInfo (C++ function)
ExpGradOp::gradOutToNonGradIn (C++ function)
ExpGradOp::setup (C++ function)
ExpGradOpPattern (C++ class)
ExpGradOpPattern::apply (C++ function)
ExpGradOpPattern::matches (C++ function)
ExpGradOpPattern::touches (C++ function)
ExpInplaceOp (C++ class)
ExpInplaceOp::clone (C++ function)
ExpInplaceOp::ExpInplaceOp (C++ function)
,
[1]
ExplicitRecompute (C++ class)
ExplicitRecompute::apply (C++ function)
ExplicitRecompute::ExplicitRecompute (C++ function)
ExplicitRecompute::getId (C++ function)
ExplicitRecompute::getName (C++ function)
ExplicitRecompute::id (C++ function)
ExplicitRecompute::~ExplicitRecompute (C++ function)
Expm1GradOp (C++ class)
Expm1GradOp::clone (C++ function)
Expm1GradOp::Expm1GradOp (C++ function)
Expm1GradOp::getFwdOutInIndex (C++ function)
Expm1GradOp::getGradInIndex (C++ function)
Expm1GradOp::getOutIndex (C++ function)
Expm1GradOp::getSubgraphValue (C++ function)
Expm1GradOp::gradInputInfo (C++ function)
Expm1GradOp::gradOutToNonGradIn (C++ function)
Expm1GradOp::setup (C++ function)
Expm1GradOpPattern (C++ class)
Expm1GradOpPattern::apply (C++ function)
Expm1GradOpPattern::matches (C++ function)
Expm1GradOpPattern::touches (C++ function)
Expm1InplaceOp (C++ class)
Expm1InplaceOp::clone (C++ function)
Expm1InplaceOp::Expm1InplaceOp (C++ function)
Expm1Op (C++ class)
Expm1Op::clone (C++ function)
Expm1Op::Expm1Op (C++ function)
Expm1Op::getGradOps (C++ function)
Expm1Op::getInplaceVariant (C++ function)
Expm1Op::inplacePriorityDefault (C++ function)
ExpOp (C++ class)
ExpOp::clone (C++ function)
ExpOp::ExpOp (C++ function)
ExpOp::getGradOps (C++ function)
ExpOp::getInplaceVariant (C++ function)
ExpOp::inplacePriorityDefault (C++ function)
F
FloorInplaceOp (C++ class)
FloorInplaceOp::clone (C++ function)
FloorInplaceOp::FloorInplaceOp (C++ function)
FloorOp (C++ class)
FloorOp::clone (C++ function)
FloorOp::FloorOp (C++ function)
FloorOp::getInplaceVariant (C++ function)
FloorOp::inplacePriorityDefault (C++ function)
FmodArg0GradOp (C++ class)
FmodArg0GradOp::clone (C++ function)
FmodArg0GradOp::FmodArg0GradOp (C++ function)
FmodArg0GradOpPattern (C++ class)
FmodArg0GradOpPattern::matches (C++ function)
FmodOp (C++ class)
FmodOp::clone (C++ function)
FmodOp::FmodOp (C++ function)
FmodOp::getGradOps (C++ function)
Fuser (C++ class)
Fuser::apply (C++ function)
Fuser::matches (C++ function)
Fuser::touches (C++ function)
FwdGraphToBwdGraphInfo (C++ type)
G
GatherGradOp (C++ class)
GatherGradOp::appendOutlineAttributes (C++ function)
GatherGradOp::canShard (C++ function)
GatherGradOp::clone (C++ function)
GatherGradOp::GatherGradOp (C++ function)
GatherGradOp::getAvailableMemoryProportion (C++ function)
GatherGradOp::getAxis (C++ function)
GatherGradOp::getInBatchAxis (C++ function)
GatherGradOp::getOutBatchAxis (C++ function)
GatherGradOp::getSubgraphValue (C++ function)
GatherGradOp::gradInIndex (C++ function)
GatherGradOp::gradInputInfo (C++ function)
GatherGradOp::gradOutIndex (C++ function)
GatherGradOp::gradOutToNonGradIn (C++ function)
GatherGradOp::indicesInIndex (C++ function)
GatherGradOp::setup (C++ function)
GatherOp (C++ class)
GatherOp::appendOutlineAttributes (C++ function)
GatherOp::canBeReplacedByIdentity (C++ function)
GatherOp::canShard (C++ function)
GatherOp::clone (C++ function)
GatherOp::dataInIndex (C++ function)
GatherOp::GatherOp (C++ function)
GatherOp::getAvailableMemoryProportion (C++ function)
GatherOp::getAxis (C++ function)
GatherOp::getGradOps (C++ function)
GatherOp::getSubgraphValue (C++ function)
GatherOp::indicesInIndex (C++ function)
GatherOp::outIndex (C++ function)
GatherOp::setAvailableMemoryProportion (C++ function)
GatherOp::setup (C++ function)
GatherOp::zeroOutOfRangeIndices (C++ function)
GeluGradOp (C++ class)
GeluGradOp::clone (C++ function)
GeluGradOp::GeluGradOp (C++ function)
GeluInplaceOp (C++ class)
GeluInplaceOp::clone (C++ function)
GeluInplaceOp::GeluInplaceOp (C++ function)
,
[1]
GeluOp (C++ class)
GeluOp::clone (C++ function)
GeluOp::GeluOp (C++ function)
GeluOp::getGradOps (C++ function)
GeluOp::getInplaceVariant (C++ function)
GeluOp::inplacePriorityDefault (C++ function)
GetRandomSeedOp (C++ class)
GetRandomSeedOp::aliases (C++ function)
GetRandomSeedOp::clone (C++ function)
GetRandomSeedOp::getOutBatchAxis (C++ function)
GetRandomSeedOp::GetRandomSeedOp (C++ function)
GetRandomSeedOp::getSeedInIndex (C++ function)
GetRandomSeedOp::getStreamedSeedTensorId (C++ function)
GetRandomSeedOp::getSubgraphValue (C++ function)
GetRandomSeedOp::getUpdatedSeedOutIndex (C++ function)
GetRandomSeedOp::getUpdatedSeedTensorId (C++ function)
GetRandomSeedOp::growAliasModel (C++ function)
GetRandomSeedOp::isOutlineable (C++ function)
GetRandomSeedOp::modifies (C++ function)
GetRandomSeedOp::setup (C++ function)
GlobalAveragePoolGradOp (C++ class)
GlobalAveragePoolGradOp::appendOutlineAttributes (C++ function)
GlobalAveragePoolGradOp::clone (C++ function)
GlobalAveragePoolGradOp::creatorLowerPads (C++ member)
GlobalAveragePoolGradOp::creatorSpatialK (C++ member)
GlobalAveragePoolGradOp::creatorStrides (C++ member)
GlobalAveragePoolGradOp::creatorUpperPads (C++ member)
GlobalAveragePoolGradOp::getGradPooledInIndex (C++ function)
GlobalAveragePoolGradOp::getOutIndex (C++ function)
GlobalAveragePoolGradOp::getPooledInIndex (C++ function)
GlobalAveragePoolGradOp::getPrePooledInIndex (C++ function)
GlobalAveragePoolGradOp::getSubgraphValue (C++ function)
GlobalAveragePoolGradOp::GlobalAveragePoolGradOp (C++ function)
GlobalAveragePoolGradOp::gradInputInfo (C++ function)
GlobalAveragePoolGradOp::gradOutToNonGradIn (C++ function)
GlobalAveragePoolGradOp::setup (C++ function)
GlobalAveragePoolOp (C++ class)
GlobalAveragePoolOp::appendOutlineAttributes (C++ function)
GlobalAveragePoolOp::clone (C++ function)
GlobalAveragePoolOp::getGradOps (C++ function)
GlobalAveragePoolOp::getInIndex (C++ function)
GlobalAveragePoolOp::getLowerPads (C++ function)
GlobalAveragePoolOp::getOutIndex (C++ function)
GlobalAveragePoolOp::getSpatialK (C++ function)
GlobalAveragePoolOp::getStrides (C++ function)
GlobalAveragePoolOp::getSubgraphValue (C++ function)
GlobalAveragePoolOp::getUpperPads (C++ function)
GlobalAveragePoolOp::GlobalAveragePoolOp (C++ function)
GlobalAveragePoolOp::setup (C++ function)
GlobalMaxPoolGradOp (C++ class)
GlobalMaxPoolGradOp::appendOutlineAttributes (C++ function)
GlobalMaxPoolGradOp::clone (C++ function)
GlobalMaxPoolGradOp::creatorLowerPads (C++ member)
GlobalMaxPoolGradOp::creatorSpatialK (C++ member)
GlobalMaxPoolGradOp::creatorStrides (C++ member)
GlobalMaxPoolGradOp::creatorUpperPads (C++ member)
GlobalMaxPoolGradOp::getGradPooledInIndex (C++ function)
GlobalMaxPoolGradOp::getOutIndex (C++ function)
GlobalMaxPoolGradOp::getPooledInIndex (C++ function)
GlobalMaxPoolGradOp::getPrePooledInIndex (C++ function)
GlobalMaxPoolGradOp::getSubgraphValue (C++ function)
GlobalMaxPoolGradOp::GlobalMaxPoolGradOp (C++ function)
GlobalMaxPoolGradOp::gradInputInfo (C++ function)
GlobalMaxPoolGradOp::gradOutToNonGradIn (C++ function)
GlobalMaxPoolGradOp::setup (C++ function)
GlobalMaxPoolOp (C++ class)
GlobalMaxPoolOp::appendOutlineAttributes (C++ function)
GlobalMaxPoolOp::clone (C++ function)
GlobalMaxPoolOp::getGradOps (C++ function)
GlobalMaxPoolOp::getInIndex (C++ function)
GlobalMaxPoolOp::getLowerPads (C++ function)
GlobalMaxPoolOp::getOutIndex (C++ function)
GlobalMaxPoolOp::getSpatialK (C++ function)
GlobalMaxPoolOp::getStrides (C++ function)
GlobalMaxPoolOp::getSubgraphValue (C++ function)
GlobalMaxPoolOp::getUpperPads (C++ function)
GlobalMaxPoolOp::GlobalMaxPoolOp (C++ function)
GlobalMaxPoolOp::setup (C++ function)
google (C++ type)
google::protobuf (C++ type)
GradientTensorTrackingMethod (C++ enum)
GradientTensorTrackingMethod::AllNonViewChangingGradientTensors (C++ enumerator)
GradientTensorTrackingMethod::ConvAndMatmulGradients (C++ enumerator)
GradientTensorTrackingMethod::GradientsOfUserSpecifiedTensors (C++ enumerator)
GradientTensorTrackingMethod::N (C++ enumerator)
GradInOutMapper (C++ class)
GradInOutMapper::GradInOutMapper (C++ function)
GradInOutMapper::iGrad (C++ member)
GradInOutMapper::iNonGrad (C++ member)
GradInOutMapper::operator== (C++ function)
GradInOutMapper::type (C++ member)
GradOpInType (C++ enum)
GradOpInType::GradOut (C++ enumerator)
GradOpInType::In (C++ enumerator)
GradOpInType::Out (C++ enumerator)
Graph (C++ class)
Graph::addActGrad (C++ function)
Graph::addConstInit (C++ function)
Graph::addInput (C++ function)
,
[1]
,
[2]
Graph::addStream (C++ function)
Graph::addVarInit (C++ function)
,
[1]
Graph::connectInputs (C++ function)
Graph::connectInputsFromInputMapWrapper (C++ function)
Graph::connectOutputs (C++ function)
Graph::connectOutputsFromOutputMapWrapper (C++ function)
Graph::constructFromOnnxGraph (C++ function)
Graph::copyFrom (C++ function)
Graph::CopyInputMarkings (C++ enum)
Graph::CopyInputMarkings::No (C++ enumerator)
Graph::CopyInputMarkings::Yes (C++ enumerator)
Graph::CopyOutputMarkings (C++ enum)
Graph::CopyOutputMarkings::No (C++ enumerator)
Graph::CopyOutputMarkings::Yes (C++ enumerator)
Graph::createConnectedOp (C++ function)
Graph::createOp (C++ function)
Graph::eraseOp (C++ function)
Graph::finalizeSchedule (C++ function)
Graph::freezeSchedule (C++ function)
Graph::getAllVirtualGraphIds (C++ function)
Graph::getCalledGraphs (C++ function)
Graph::getCallSiteOps (C++ function)
,
[1]
Graph::getDirectViewChain (C++ function)
Graph::getEdgeMap (C++ function)
Graph::getGraphId (C++ function)
Graph::getGraphString (C++ function)
Graph::getInputId (C++ function)
Graph::getInputIds (C++ function)
Graph::getInputIndex (C++ function)
Graph::getInputTensor (C++ function)
Graph::getIr (C++ function)
,
[1]
Graph::getLiveSets (C++ function)
Graph::getLoss (C++ function)
Graph::getOp (C++ function)
Graph::getOpIds (C++ function)
Graph::getOps (C++ function)
,
[1]
Graph::getOpSchedule (C++ function)
Graph::getOpUnsafe (C++ function)
Graph::getOutputId (C++ function)
Graph::getOutputIds (C++ function)
Graph::getOutputIndex (C++ function)
Graph::getOutputTensor (C++ function)
Graph::getScope (C++ function)
Graph::getTensor (C++ function)
Graph::getTensors (C++ function)
,
[1]
Graph::getVirtualGraphCounts (C++ function)
Graph::Graph (C++ function)
,
[1]
,
[2]
Graph::growFromNode (C++ function)
Graph::hasInputId (C++ function)
Graph::hasOutputId (C++ function)
Graph::hasUserRecomputeOps (C++ function)
Graph::id (C++ member)
Graph::isSchedulable (C++ function)
Graph::markAsInput (C++ function)
Graph::markAsOutput (C++ function)
,
[1]
Graph::moveIntoGraph (C++ function)
Graph::NoVGraph (C++ member)
Graph::removeInput (C++ function)
,
[1]
Graph::removeIsolatedTensors (C++ function)
Graph::removeOutput (C++ function)
,
[1]
Graph::replaceTensor (C++ function)
Graph::setConvFlipWeightConstraints (C++ function)
Graph::setLoss (C++ function)
Graph::setOnnxToOnnx (C++ function)
Graph::setVarUpdateConstraints (C++ function)
Graph::topoCons (C++ member)
Graph::~Graph (C++ function)
GraphId (C++ class)
GraphId::GraphId (C++ function)
,
[1]
GraphId::operator!= (C++ function)
GraphId::operator< (C++ function)
GraphId::operator== (C++ function)
GraphId::root (C++ function)
GraphId::str (C++ function)
graphutils::CallStack (C++ type)
graphutils::TensorAndCallStack (C++ type)
GreaterOp (C++ class)
GreaterOp::clone (C++ function)
GreaterOp::getGradOps (C++ function)
GreaterOp::GreaterOp (C++ function)
GroupNormGradOp (C++ class)
GroupNormGradOp::appendOutlineAttributes (C++ function)
GroupNormGradOp::canShard (C++ function)
GroupNormGradOp::clone (C++ function)
GroupNormGradOp::getBOutIndex (C++ function)
GroupNormGradOp::getEpsilon (C++ function)
GroupNormGradOp::getInvStdDevInIndex (C++ function)
GroupNormGradOp::getMeanInIndex (C++ function)
GroupNormGradOp::getScaleInIndex (C++ function)
GroupNormGradOp::getScaleOutIndex (C++ function)
GroupNormGradOp::getSubgraphValue (C++ function)
GroupNormGradOp::getXGradOutIndex (C++ function)
GroupNormGradOp::getXInIndex (C++ function)
GroupNormGradOp::getYGradInIndex (C++ function)
GroupNormGradOp::gradInputInfo (C++ function)
GroupNormGradOp::gradOutToNonGradIn (C++ function)
GroupNormGradOp::GroupNormGradOp (C++ function)
GroupNormGradOp::setup (C++ function)
GroupNormOp (C++ class)
GroupNormOp::appendOutlineAttributes (C++ function)
GroupNormOp::canBeReplacedByIdentity (C++ function)
GroupNormOp::canShard (C++ function)
GroupNormOp::clone (C++ function)
GroupNormOp::getBInIndex (C++ function)
GroupNormOp::getEpsilon (C++ function)
GroupNormOp::getGradOps (C++ function)
GroupNormOp::getInvStdDevOutIndex (C++ function)
GroupNormOp::getMeanOutIndex (C++ function)
GroupNormOp::getNumGroups (C++ function)
GroupNormOp::getScaleInIndex (C++ function)
GroupNormOp::getSubgraphValue (C++ function)
GroupNormOp::getXInIndex (C++ function)
GroupNormOp::getYOutIndex (C++ function)
GroupNormOp::GroupNormOp (C++ function)
GroupNormOp::isNorm (C++ function)
GroupNormOp::setup (C++ function)
GRUGradOp (C++ class)
GRUGradOp::clone (C++ function)
GRUGradOp::getIntermediatesInIndex (C++ function)
GRUGradOp::GRUGradOp (C++ function)
GRUGradOp::linear_before_reset_attribute (C++ member)
GRUGradOp::optionalInputs (C++ function)
GRUOp (C++ class)
GRUOp::appendOutlineAttributes (C++ function)
GRUOp::clone (C++ function)
GRUOp::getBiasesPassThroughIndex (C++ function)
GRUOp::getDirectionAttribute (C++ function)
GRUOp::getGradOps (C++ function)
GRUOp::getInitialHPassThroughIndex (C++ function)
GRUOp::getInputWeightsPassThroughIndex (C++ function)
GRUOp::getIntermediatesPassThroughIndex (C++ function)
GRUOp::getLinearBeforeResetAttribute (C++ function)
GRUOp::getNumChannels (C++ function)
GRUOp::getNumDirections (C++ function)
GRUOp::getRecurrenceWeightsPassThroughIndex (C++ function)
GRUOp::GRUOp (C++ function)
GRUOp::hasOutput (C++ function)
GRUOp::isOutlineable (C++ function)
GRUOp::isTraining (C++ function)
GRUOp::setup (C++ function)
H
HardSigmoidGradOp (C++ class)
HardSigmoidGradOp::appendAttributes (C++ function)
HardSigmoidGradOp::clone (C++ function)
HardSigmoidGradOp::getAlpha (C++ function)
HardSigmoidGradOp::getBeta (C++ function)
HardSigmoidGradOp::HardSigmoidGradOp (C++ function)
HardSigmoidInplaceOp (C++ class)
HardSigmoidInplaceOp::appendAttributes (C++ function)
HardSigmoidInplaceOp::clone (C++ function)
HardSigmoidInplaceOp::getAlpha (C++ function)
HardSigmoidInplaceOp::getBeta (C++ function)
HardSigmoidInplaceOp::HardSigmoidInplaceOp (C++ function)
HardSigmoidOp (C++ class)
HardSigmoidOp::appendAttributes (C++ function)
HardSigmoidOp::clone (C++ function)
HardSigmoidOp::getAlpha (C++ function)
HardSigmoidOp::getBeta (C++ function)
HardSigmoidOp::getGradOps (C++ function)
HardSigmoidOp::getInplaceVariant (C++ function)
HardSigmoidOp::HardSigmoidOp (C++ function)
HardSigmoidOp::inplacePriorityDefault (C++ function)
HashesMap (C++ type)
HasReceptiveFieldOp (C++ class)
HasReceptiveFieldOp::alterPads (C++ function)
HasReceptiveFieldOp::appendOutlineAttributes (C++ function)
HasReceptiveFieldOp::baseDilations (C++ member)
HasReceptiveFieldOp::baseInDilations (C++ member)
HasReceptiveFieldOp::baseOutPads (C++ member)
HasReceptiveFieldOp::basePads (C++ member)
HasReceptiveFieldOp::baseStrides (C++ member)
HasReceptiveFieldOp::ceilMode (C++ member)
HasReceptiveFieldOp::clone (C++ function)
HasReceptiveFieldOp::dilations_u32 (C++ function)
HasReceptiveFieldOp::getAutoPad (C++ function)
HasReceptiveFieldOp::getAutoPadStr (C++ function)
HasReceptiveFieldOp::getBatchSize (C++ function)
HasReceptiveFieldOp::getDilations (C++ function)
HasReceptiveFieldOp::getInDilations (C++ function)
HasReceptiveFieldOp::getInIndex (C++ function)
HasReceptiveFieldOp::getLowerOutPads (C++ function)
HasReceptiveFieldOp::getLowerPads (C++ function)
HasReceptiveFieldOp::getNInChans (C++ function)
HasReceptiveFieldOp::getNOutChans (C++ function)
HasReceptiveFieldOp::getNSpatialDims (C++ function)
HasReceptiveFieldOp::getOutIndex (C++ function)
HasReceptiveFieldOp::getOutPads (C++ function)
HasReceptiveFieldOp::getPads (C++ function)
HasReceptiveFieldOp::getSpatialD (C++ function)
HasReceptiveFieldOp::getSpatialK (C++ function)
HasReceptiveFieldOp::getSpatialO (C++ function)
HasReceptiveFieldOp::getSpatialOutShape (C++ function)
HasReceptiveFieldOp::getStrides (C++ function)
HasReceptiveFieldOp::getUpperOutPads (C++ function)
HasReceptiveFieldOp::getUpperPads (C++ function)
HasReceptiveFieldOp::HasReceptiveFieldOp (C++ function)
HasReceptiveFieldOp::lowerOutPads (C++ function)
HasReceptiveFieldOp::lowerPads (C++ function)
,
[1]
HasReceptiveFieldOp::lowerPads_i32 (C++ function)
HasReceptiveFieldOp::lowerPads_u32 (C++ function)
HasReceptiveFieldOp::padType (C++ member)
HasReceptiveFieldOp::ReceptiveOpAttributes (C++ struct)
HasReceptiveFieldOp::ReceptiveOpAttributes::auto_pad (C++ member)
HasReceptiveFieldOp::ReceptiveOpAttributes::ceil_mode (C++ member)
HasReceptiveFieldOp::ReceptiveOpAttributes::dilations (C++ member)
HasReceptiveFieldOp::ReceptiveOpAttributes::inDilations (C++ member)
HasReceptiveFieldOp::ReceptiveOpAttributes::outPads (C++ member)
HasReceptiveFieldOp::ReceptiveOpAttributes::pads (C++ member)
HasReceptiveFieldOp::ReceptiveOpAttributes::setFromAttributes (C++ function)
HasReceptiveFieldOp::ReceptiveOpAttributes::strides (C++ member)
HasReceptiveFieldOp::setup (C++ function)
HasReceptiveFieldOp::spatialD_szt (C++ function)
HasReceptiveFieldOp::spatialK_szt (C++ function)
HasReceptiveFieldOp::strides_u32 (C++ function)
HasReceptiveFieldOp::upperOutPads (C++ function)
HasReceptiveFieldOp::upperPads (C++ function)
,
[1]
HasReceptiveFieldOp::upperPads_i32 (C++ function)
HasReceptiveFieldOp::upperPads_u32 (C++ function)
HistogramOp (C++ class)
HistogramOp::appendOutlineAttributes (C++ function)
HistogramOp::clone (C++ function)
HistogramOp::getAbsoluteOfInput (C++ function)
HistogramOp::getInIndex (C++ function)
HistogramOp::getLevels (C++ function)
HistogramOp::getOutIndex (C++ function)
HistogramOp::getSubgraphValue (C++ function)
HistogramOp::HistogramOp (C++ function)
HistogramOp::setup (C++ function)
HostBaseOp (C++ class)
HostBaseOp::appendOutlineAttributes (C++ function)
HostBaseOp::canShard (C++ function)
HostBaseOp::clone (C++ function)
HostBaseOp::getHostStreamTensorId (C++ function)
HostBaseOp::getLocalTensorInIndex (C++ function)
HostBaseOp::hasSideEffect (C++ function)
HostBaseOp::HostBaseOp (C++ function)
HostBaseOp::setHostStreamTensorId (C++ function)
HostIOSetup (C++ class)
HostIOSetup::apply (C++ function)
HostIOSetup::getId (C++ function)
HostIOSetup::getName (C++ function)
HostIOSetup::HostIOSetup (C++ function)
HostIOSetup::id (C++ function)
HostIOSetup::~HostIOSetup (C++ function)
HostLoadInplaceOp (C++ class)
HostLoadInplaceOp::aliases (C++ function)
HostLoadInplaceOp::bwdRegMap (C++ function)
HostLoadInplaceOp::clone (C++ function)
HostLoadInplaceOp::fwdRegMap (C++ function)
HostLoadInplaceOp::getExchangeDescriptor (C++ function)
HostLoadInplaceOp::getInplaceVariant (C++ function)
HostLoadInplaceOp::HostLoadInplaceOp (C++ function)
,
[1]
HostLoadInplaceOp::modifies (C++ function)
HostLoadInplaceOp::setup (C++ function)
HostLoadOp (C++ class)
HostLoadOp::clone (C++ function)
HostLoadOp::fwdPropagateIsReplicaEqual (C++ function)
HostLoadOp::getExchangeDescriptor (C++ function)
HostLoadOp::getInplaceVariant (C++ function)
HostLoadOp::getLocalTensorOutIndex (C++ function)
HostLoadOp::growAliasModel (C++ function)
HostLoadOp::HostLoadOp (C++ function)
HostLoadOp::inplacePriorityDefault (C++ function)
HostLoadOp::mapInplaceProposal (C++ function)
HostLoadOp::setup (C++ function)
HostStoreOp (C++ class)
HostStoreOp::clone (C++ function)
HostStoreOp::getExchangeDescriptor (C++ function)
HostStoreOp::HostStoreOp (C++ function)
HostStoreOp::setup (C++ function)
I
IArray (C++ class)
IArray::data (C++ function)
IArray::dataType (C++ function)
IArray::dim (C++ function)
IArray::nelms (C++ function)
IArray::rank (C++ function)
IArray::shape (C++ function)
IArray::~IArray (C++ function)
IdentityGradOp (C++ class)
IdentityGradOp::clone (C++ function)
IdentityGradOp::gradInputInfo (C++ function)
IdentityGradOp::gradOutToNonGradIn (C++ function)
IdentityGradOp::IdentityGradOp (C++ function)
,
[1]
IdentityInplaceOp (C++ class)
IdentityInplaceOp::aliases (C++ function)
IdentityInplaceOp::clone (C++ function)
IdentityInplaceOp::IdentityInplaceOp (C++ function)
,
[1]
IdentityInplaceOp::isInplaceViewChange (C++ function)
IdentityLossGradOp (C++ class)
IdentityLossGradOp::canBeReplacedByIdentity (C++ function)
IdentityLossGradOp::canShard (C++ function)
IdentityLossGradOp::clone (C++ function)
IdentityLossGradOp::getInIndex (C++ function)
IdentityLossGradOp::getOutIndex (C++ function)
IdentityLossGradOp::getReductionType (C++ function)
IdentityLossGradOp::getShardRescaleFactor (C++ function)
IdentityLossGradOp::getSubgraphValue (C++ function)
IdentityLossGradOp::gradInputInfo (C++ function)
IdentityLossGradOp::gradOutToNonGradIn (C++ function)
IdentityLossGradOp::IdentityLossGradOp (C++ function)
IdentityLossGradOp::setup (C++ function)
IdentityLossOp (C++ class)
IdentityLossOp::canBeReplacedByIdentity (C++ function)
IdentityLossOp::canShard (C++ function)
IdentityLossOp::clone (C++ function)
IdentityLossOp::getGradOps (C++ function)
IdentityLossOp::getInIndex (C++ function)
IdentityLossOp::getOutIndex (C++ function)
IdentityLossOp::getShardReductionType (C++ function)
IdentityLossOp::getSubgraphValue (C++ function)
IdentityLossOp::IdentityLossOp (C++ function)
IdentityLossOp::setup (C++ function)
IdentityOp (C++ class)
IdentityOp::clone (C++ function)
IdentityOp::getGradOps (C++ function)
IdentityOp::getInplaceVariant (C++ function)
IdentityOp::IdentityOp (C++ function)
IdentityOp::inplacePriorityDefault (C++ function)
IdentityOp::isIdentity (C++ function)
IdentityOp::isOutplaceViewChange (C++ function)
IfConditionGradOp (C++ class)
IfConditionGradOp::clone (C++ function)
IfConditionGradOp::getInIndex (C++ function)
IfConditionGradOp::getOutIndex (C++ function)
IfConditionGradOp::gradInputInfo (C++ function)
IfConditionGradOp::gradOutToNonGradIn (C++ function)
IfConditionGradOp::IfConditionGradOp (C++ function)
IfGradOp (C++ class)
IfGradOp::clone (C++ function)
IfGradOp::gradInputInfo (C++ function)
IfGradOp::gradOutToNonGradIn (C++ function)
IfGradOp::IfGradOp (C++ function)
IfOp (C++ class)
IfOp::calcAutoVirtualGraphCost (C++ function)
IfOp::clone (C++ function)
IfOp::fwdPropagateIsReplicaEqual (C++ function)
IfOp::getBranchInIndicesMap (C++ function)
IfOp::getBranchOutIndicesMap (C++ function)
IfOp::getCalledGraphs (C++ function)
IfOp::getConditionInIndex (C++ function)
IfOp::getElseGraph (C++ function)
IfOp::getGradOps (C++ function)
IfOp::getSubgraphValue (C++ function)
IfOp::getThenGraph (C++ function)
IfOp::IfOp (C++ function)
IfOp::opInToOpOutIndex (C++ function)
IfOp::opInToSubgraphInIndex (C++ function)
IfOp::opOutToOpInIndex (C++ function)
IfOp::opOutToSubgraphOutIndex (C++ function)
IfOp::setCalledSubgraphGradInfo (C++ function)
IfOp::setup (C++ function)
IfOp::subgraphInToOpInIndex (C++ function)
IfOp::subgraphOutToOpOutIndex (C++ function)
IncrementModInplaceOp (C++ class)
IncrementModInplaceOp::appendOutlineAttributes (C++ function)
IncrementModInplaceOp::clone (C++ function)
IncrementModInplaceOp::getIncrement (C++ function)
IncrementModInplaceOp::getModulus (C++ function)
IncrementModInplaceOp::IncrementModInplaceOp (C++ function)
,
[1]
IncrementModOp (C++ class)
IncrementModOp::appendOutlineAttributes (C++ function)
IncrementModOp::clone (C++ function)
IncrementModOp::getIncrement (C++ function)
IncrementModOp::getModulus (C++ function)
IncrementModOp::IncrementModOp (C++ function)
InferenceSession (C++ class)
InferenceSession::createFromIr (C++ function)
InferenceSession::createFromOnnxModel (C++ function)
InferenceSession::popxlSetEngineIsLoaded (C++ function)
InferenceSession::~InferenceSession (C++ function)
InferPipelineStages (C++ class)
InferPipelineStages::apply (C++ function)
InferPipelineStages::getId (C++ function)
InferPipelineStages::getName (C++ function)
InferPipelineStages::id (C++ function)
InferPipelineStages::InferPipelineStages (C++ function)
InferPipelineStages::~InferPipelineStages (C++ function)
InIndex (C++ type)
InitAccumulatePattern (C++ class)
InitAccumulatePattern::apply (C++ function)
InitAccumulatePattern::matches (C++ function)
InitAccumulatePattern::touches (C++ function)
InitOp (C++ class)
InitOp::appendOutlineAttributes (C++ function)
InitOp::canShard (C++ function)
InitOp::clone (C++ function)
InitOp::getInitType (C++ function)
InitOp::getOutBatchAxis (C++ function)
InitOp::getOutIndex (C++ function)
InitOp::getSubgraphValue (C++ function)
InitOp::getTensorInfo (C++ function)
InitOp::getTensorType (C++ function)
InitOp::InitOp (C++ function)
InitOp::isOutlineable (C++ function)
InitOp::setup (C++ function)
InitType (C++ enum)
InitType::NoInit (C++ enumerator)
InitType::Zero (C++ enumerator)
InplaceAccumulateGradPartialsIntoOptimizerAccumTensor (C++ class)
InplaceAccumulateGradPartialsIntoOptimizerAccumTensor::apply (C++ function)
InplaceAccumulateGradPartialsIntoOptimizerAccumTensor::getId (C++ function)
InplaceAccumulateGradPartialsIntoOptimizerAccumTensor::getName (C++ function)
InplaceAccumulateGradPartialsIntoOptimizerAccumTensor::id (C++ function)
InplaceAccumulateGradPartialsIntoOptimizerAccumTensor::InplaceAccumulateGradPartialsIntoOptimizerAccumTensor (C++ function)
InplaceAccumulateGradPartialsIntoOptimizerAccumTensor::~InplaceAccumulateGradPartialsIntoOptimizerAccumTensor (C++ function)
InputSettings (C++ class)
InputSettings::exchangeStrategy (C++ function)
InputSettings::InputSettings (C++ function)
,
[1]
,
[2]
InputSettings::replicatedStreamMode (C++ function)
InputSettings::setExchangeStrategy (C++ function)
InputSettings::setReplicatedStreamMode (C++ function)
InputSettings::setTileSet (C++ function)
InputSettings::tileSet (C++ function)
InputShapeInfo (C++ class)
InputShapeInfo::add (C++ function)
InputShapeInfo::get (C++ function)
InputShapeInfo::getAllTensorIds (C++ function)
InputShapeInfo::getInfos (C++ function)
InputShapeInfo::has (C++ function)
InputShapeInfo::InputShapeInfo (C++ function)
InstanceNormGradOp (C++ class)
InstanceNormGradOp::clone (C++ function)
InstanceNormGradOp::getBOutIndex (C++ function)
InstanceNormGradOp::getInputInIndex (C++ function)
InstanceNormGradOp::getInputOutIndex (C++ function)
InstanceNormGradOp::getInvStdDevInIndex (C++ function)
InstanceNormGradOp::getMeanInIndex (C++ function)
InstanceNormGradOp::getOutGradInIndex (C++ function)
InstanceNormGradOp::getScaleInIndex (C++ function)
InstanceNormGradOp::getScaleOutIndex (C++ function)
InstanceNormGradOp::getSubgraphValue (C++ function)
InstanceNormGradOp::gradInputInfo (C++ function)
InstanceNormGradOp::gradOutToNonGradIn (C++ function)
InstanceNormGradOp::InstanceNormGradOp (C++ function)
InstanceNormGradOp::setup (C++ function)
InstanceNormOp (C++ class)
InstanceNormOp::appendOutlineAttributes (C++ function)
InstanceNormOp::clone (C++ function)
InstanceNormOp::getBInIndex (C++ function)
InstanceNormOp::getEpsilon (C++ function)
InstanceNormOp::getGradOps (C++ function)
InstanceNormOp::getInputInIndex (C++ function)
InstanceNormOp::getInvStdDevOutIndex (C++ function)
InstanceNormOp::getMeanOutIndex (C++ function)
InstanceNormOp::getOutIndex (C++ function)
InstanceNormOp::getScaleInIndex (C++ function)
InstanceNormOp::getSubgraphValue (C++ function)
InstanceNormOp::InstanceNormOp (C++ function)
InstanceNormOp::isNorm (C++ function)
InstanceNormOp::setup (C++ function)
Instrumentation (C++ enum)
Instrumentation::Inner (C++ enumerator)
Instrumentation::N (C++ enumerator)
Instrumentation::Outer (C++ enumerator)
InterIpuCopy (C++ class)
InterIpuCopy::apply (C++ function)
InterIpuCopy::getId (C++ function)
InterIpuCopy::getName (C++ function)
InterIpuCopy::id (C++ function)
InterIpuCopy::InterIpuCopy (C++ function)
InterIpuCopy::~InterIpuCopy (C++ function)
internal_error (C++ class)
IoComputeTileCopy (C++ class)
IoComputeTileCopy::apply (C++ function)
IoComputeTileCopy::getId (C++ function)
IoComputeTileCopy::getName (C++ function)
IoComputeTileCopy::id (C++ function)
IoComputeTileCopy::IoComputeTileCopy (C++ function)
IoComputeTileCopy::~IoComputeTileCopy (C++ function)
IoTileCopyOp (C++ class)
IoTileCopyOp::canShard (C++ function)
IoTileCopyOp::clone (C++ function)
IoTileCopyOp::getInIndex (C++ function)
IoTileCopyOp::getIntrospectionInVirtualGraphId (C++ function)
IoTileCopyOp::getIntrospectionOutVirtualGraphId (C++ function)
IoTileCopyOp::getOutIndex (C++ function)
IoTileCopyOp::getSubgraphValue (C++ function)
IoTileCopyOp::IoTileCopyOp (C++ function)
IoTileCopyOp::setup (C++ function)
IpuCopyOp (C++ class)
IpuCopyOp::appendOutlineAttributes (C++ function)
IpuCopyOp::canShard (C++ function)
IpuCopyOp::clone (C++ function)
IpuCopyOp::connectInTensor (C++ function)
IpuCopyOp::copiesOptimizerTensors (C++ function)
IpuCopyOp::disconnectInTensor (C++ function)
IpuCopyOp::getDestIpu (C++ function)
IpuCopyOp::getFromToStr (C++ function)
IpuCopyOp::getIntrospectionInVirtualGraphId (C++ function)
IpuCopyOp::getIntrospectionOutVirtualGraphId (C++ function)
IpuCopyOp::getMaxSourceIpu (C++ function)
IpuCopyOp::getMinSourceIpu (C++ function)
IpuCopyOp::getSourceIpu (C++ function)
,
[1]
IpuCopyOp::getSourceIpus (C++ function)
IpuCopyOp::getSourceTensors (C++ function)
IpuCopyOp::getSubgraphValue (C++ function)
IpuCopyOp::IpuCopyOp (C++ function)
IpuCopyOp::isIpuCopyOp (C++ function)
IpuCopyOp::isOutlineable (C++ function)
IpuCopyOp::setSourceIpus (C++ function)
IpuCopyOp::setSourceTensors (C++ function)
IpuCopyOp::setup (C++ function)
Ir (C++ class)
Ir::addAdditionalModelProtoTensor (C++ function)
,
[1]
Ir::addAdditionalModelProtoTensors (C++ function)
Ir::addAnchor (C++ function)
Ir::additionalModelProtoTensorsHaveBeenAdded (C++ function)
Ir::append (C++ function)
Ir::applyInplacePattern (C++ function)
Ir::applyPreAliasPattern (C++ function)
Ir::applyPreAliasPatterns (C++ function)
Ir::applyTransform (C++ function)
Ir::applyUpdateInplacePrioritiesForIpu (C++ function)
Ir::autoRecomputationEnabled (C++ function)
Ir::canInfer (C++ function)
Ir::canTrain (C++ function)
Ir::cloneGraph (C++ function)
Ir::compareWithSavedHash (C++ function)
Ir::computeHash (C++ function)
Ir::confirmConstIds (C++ function)
Ir::confirmNoReservedIds (C++ function)
Ir::constructBackwards (C++ function)
Ir::constructForwards (C++ function)
Ir::constructFromOnnxGraph (C++ function)
Ir::containsInitialisers (C++ function)
Ir::containsTensor (C++ function)
Ir::createConcatTensorId (C++ function)
Ir::createGraph (C++ function)
Ir::createIntermediateTensorId (C++ function)
Ir::createSliceTensorId (C++ function)
Ir::createUniqueSubgraphId (C++ function)
Ir::dataStreamTensors (C++ function)
Ir::dotCheckpoint (C++ function)
Ir::ensureOptimizerTensorCreated (C++ function)
Ir::ExecutionMode (C++ enum)
Ir::ExecutionMode::Inference (C++ enumerator)
Ir::ExecutionMode::Training (C++ enumerator)
Ir::finalizeOpDebugInfo (C++ function)
Ir::foldConstants (C++ function)
Ir::getAccumulateOuterFragmentBinConstraints (C++ function)
Ir::getAdditionalModelProtoTensors (C++ function)
,
[1]
Ir::getAllGraphs (C++ function)
Ir::getAllOps (C++ function)
Ir::getAllRemoteBufferInfos (C++ function)
Ir::getAnchorRemap (C++ function)
Ir::getAnchors (C++ function)
Ir::getAndIncrementRandomReferenceId (C++ function)
Ir::getAndIncrOpsCounter (C++ function)
Ir::getDataFlow (C++ function)
Ir::getDefaultOpsetVersion (C++ function)
Ir::getDeviceInfo (C++ function)
Ir::getExecutionMode (C++ function)
Ir::getExecutionPhasesReady (C++ function)
Ir::getFinalLossId (C++ function)
Ir::getFinalLossOpId (C++ function)
Ir::getFinalLossPipelineStage (C++ function)
Ir::getGraph (C++ function)
Ir::getGraphInputIds (C++ function)
Ir::getGraphOutputIds (C++ function)
Ir::getGraphs (C++ function)
Ir::getGraphSchedule (C++ function)
,
[1]
Ir::getHash (C++ function)
Ir::getHostLoadTensors (C++ function)
Ir::getHostStoreTensors (C++ function)
Ir::getId (C++ function)
Ir::getInputShapeInfo (C++ function)
Ir::getIrBundleHash (C++ function)
Ir::getMainGraph (C++ function)
,
[1]
Ir::getMainGraphOps (C++ function)
,
[1]
Ir::getMainGraphTensors (C++ function)
,
[1]
Ir::getMaxPipelineStage (C++ function)
Ir::getModel (C++ function)
Ir::getModelInputIds (C++ function)
Ir::getNumPipelineStages (C++ function)
Ir::getNumVirtualGraphIds (C++ function)
Ir::getOp (C++ function)
Ir::getOpSchedule (C++ function)
Ir::getOpsCounter (C++ function)
Ir::getOpSetVersionFromModel (C++ function)
Ir::getOptimizer (C++ function)
Ir::getOrSetRandomReferenceTensor (C++ function)
Ir::getPatternLevelStr (C++ function)
Ir::getPatterns (C++ function)
Ir::getRemoteBufferInfo (C++ function)
Ir::getRequiresRandomSeed (C++ function)
Ir::getRootAnchors (C++ function)
Ir::getSessionName (C++ function)
Ir::getSessionOptions (C++ function)
,
[1]
Ir::getSubgraphAnchorPlaceholder (C++ function)
Ir::getTensor (C++ function)
Ir::getTensorIds (C++ function)
Ir::hasConstructedBackwards (C++ function)
Ir::hasDecomposedOptimizers (C++ function)
Ir::hasGraph (C++ function)
Ir::hashMatched (C++ function)
Ir::hasOnnxModel (C++ function)
Ir::hasOverlappedIO (C++ function)
Ir::hasReplicatedTensorSharding (C++ function)
Ir::Ir (C++ function)
,
[1]
,
[2]
Ir::isAnchored (C++ function)
Ir::isConsumedByOpOfType (C++ function)
Ir::isPatternsLevel (C++ function)
Ir::isPrepared (C++ function)
Ir::isRootAnchor (C++ function)
Ir::isSchedulable (C++ function)
Ir::isTesting (C++ function)
Ir::isTraining (C++ function)
Ir::logIr (C++ function)
Ir::mergeRandomReferenceIds (C++ function)
Ir::operator= (C++ function)
,
[1]
Ir::opsOfType (C++ function)
Ir::optimizerStateTensors (C++ function)
Ir::optimizerTensors (C++ function)
Ir::pipelineInfo (C++ function)
Ir::prepare (C++ function)
Ir::prepareCache (C++ function)
Ir::registerInputTensors (C++ function)
Ir::remapAnchor (C++ function)
Ir::removeGraph (C++ function)
Ir::removeIsolatedGraphs (C++ function)
Ir::removeIsolatedTensors (C++ function)
Ir::serialise (C++ function)
Ir::SerialiseFormat (C++ enum)
Ir::SerialiseFormat::JSON (C++ enumerator)
Ir::setDataFlow (C++ function)
Ir::setDeviceInfo (C++ function)
Ir::setExecutionMode (C++ function)
Ir::setExecutionPhasesReady (C++ function)
Ir::setExternalTensorDataInfo (C++ function)
Ir::setFinalLoss (C++ function)
Ir::setInputShapeInfo (C++ function)
Ir::setIrBundleHash (C++ function)
Ir::setIsPrepared (C++ function)
Ir::setMainGraphPathFromLoss (C++ function)
Ir::setOnnxModel (C++ function)
Ir::setOptimizer (C++ function)
Ir::setPatterns (C++ function)
Ir::setRemoteBufferInfo (C++ function)
Ir::setRequiresRandomSeed (C++ function)
Ir::setSessionName (C++ function)
Ir::setUserOptions (C++ function)
Ir::step (C++ function)
Ir::storingIsDisabledForTensor (C++ function)
,
[1]
Ir::streamingIsDisabledForTensor (C++ function)
,
[1]
Ir::syntheticDataMode (C++ function)
Ir::tensorExistsInInitialisers (C++ function)
Ir::timePartitionLogger (C++ function)
Ir::timePartitionLoggerStr (C++ function)
Ir::unsetAllVirtualGraphIds (C++ function)
Ir::updateOptimizer (C++ function)
Ir::updateVertices (C++ function)
Ir::useSyntheticData (C++ function)
Ir::usingEngineCache (C++ function)
Ir::validateAnchors (C++ function)
Ir::verifyTensorInfos (C++ function)
Ir::virtualGraphsEnabled (C++ function)
Ir::~Ir (C++ function)
IrSerializationFormat (C++ enum)
IrSerializationFormat::JSON (C++ enumerator)
IsInf (C++ class)
IsInf::clone (C++ function)
IsInf::getOpId (C++ function)
IsInf::IsInf (C++ function)
IsNaN (C++ class)
IsNaN::clone (C++ function)
IsNaN::getOpId (C++ function)
IsNaN::IsNaN (C++ function)
IsReplicaEqual (C++ type)
IStepIO (C++ class)
IStepIO::assertNumElements (C++ function)
IStepIO::enableRuntimeAsserts (C++ function)
IStepIO::in (C++ function)
IStepIO::inComplete (C++ function)
IStepIO::out (C++ function)
IStepIO::outComplete (C++ function)
IStepIO::runtimeAssertsEnabled (C++ function)
IStepIO::~IStepIO (C++ function)
IWeightsIO (C++ class)
IWeightsIO::contains (C++ function)
IWeightsIO::weight (C++ function)
IWeightsIO::~IWeightsIO (C++ function)
L
L1GradOp (C++ class)
L1GradOp::canShard (C++ function)
L1GradOp::clone (C++ function)
L1GradOp::getFwdActInIndex (C++ function)
L1GradOp::getGradInIndex (C++ function)
L1GradOp::getLambda (C++ function)
L1GradOp::getOutIndex (C++ function)
L1GradOp::getReductionType (C++ function)
L1GradOp::getShardRescaleFactor (C++ function)
L1GradOp::getSubgraphValue (C++ function)
L1GradOp::gradInputInfo (C++ function)
L1GradOp::gradOutToNonGradIn (C++ function)
L1GradOp::L1GradOp (C++ function)
,
[1]
L1GradOp::setup (C++ function)
L1Op (C++ class)
L1Op::canShard (C++ function)
L1Op::clone (C++ function)
L1Op::getGradOps (C++ function)
L1Op::getInIndex (C++ function)
L1Op::getLambda (C++ function)
L1Op::getOutIndex (C++ function)
L1Op::getShardReductionType (C++ function)
L1Op::getSubgraphValue (C++ function)
L1Op::L1Op (C++ function)
L1Op::setup (C++ function)
LambSerialisedWeightPattern (C++ class)
LambSerialisedWeightPattern::apply (C++ function)
LambSerialisedWeightPattern::matches (C++ function)
LambSerialisedWeightPattern::touches (C++ function)
LambSquareOp (C++ class)
LambSquareOp::clone (C++ function)
LambSquareOp::configureForReplicatedTensorSharding (C++ function)
LambSquareOp::getInIndex (C++ function)
LambSquareOp::getOutIndex (C++ function)
LambSquareOp::getReplicatedTensorShardingIndices (C++ function)
LambSquareOp::getSubgraphValue (C++ function)
LambSquareOp::isOptimizerOp (C++ function)
LambSquareOp::LambSquareOp (C++ function)
LambSquareOp::setup (C++ function)
LeakyReluGradOp (C++ class)
LeakyReluGradOp::appendAttributes (C++ function)
LeakyReluGradOp::appendOutlineAttributes (C++ function)
LeakyReluGradOp::clone (C++ function)
LeakyReluGradOp::getGradLeakyReluInIndex (C++ function)
LeakyReluGradOp::getLeakyReluInIndex (C++ function)
LeakyReluGradOp::getOutIndex (C++ function)
LeakyReluGradOp::getSubgraphValue (C++ function)
LeakyReluGradOp::gradInputInfo (C++ function)
LeakyReluGradOp::gradOutToNonGradIn (C++ function)
LeakyReluGradOp::LeakyReluGradOp (C++ function)
LeakyReluGradOp::setup (C++ function)
LeakyReluInplaceOp (C++ class)
LeakyReluInplaceOp::appendAttributes (C++ function)
LeakyReluInplaceOp::appendOutlineAttributes (C++ function)
LeakyReluInplaceOp::clone (C++ function)
LeakyReluInplaceOp::LeakyReluInplaceOp (C++ function)
LeakyReluOp (C++ class)
LeakyReluOp::appendAttributes (C++ function)
LeakyReluOp::appendOutlineAttributes (C++ function)
LeakyReluOp::clone (C++ function)
LeakyReluOp::getGradOps (C++ function)
LeakyReluOp::getInplaceVariant (C++ function)
LeakyReluOp::inplacePriorityDefault (C++ function)
LeakyReluOp::LeakyReluOp (C++ function)
LeakyReluOpBaseAttributes (C++ class)
LeakyReluOpBaseAttributes::getAlpha (C++ function)
LeakyReluOpBaseAttributes::LeakyReluOpBaseAttributes (C++ function)
LessOp (C++ class)
LessOp::clone (C++ function)
LessOp::getGradOps (C++ function)
LessOp::LessOp (C++ function)
LikeOpsPattern (C++ class)
LikeOpsPattern::apply (C++ function)
LikeOpsPattern::matches (C++ function)
LikeOpsPattern::touches (C++ function)
LinearVariadicGradOp (C++ class)
LinearVariadicGradOp::clone (C++ function)
LinearVariadicGradOp::getScale (C++ function)
LinearVariadicGradOp::hasScale (C++ function)
LinearVariadicGradOp::LinearVariadicGradOp (C++ function)
liveness::AliasZeroCopy (C++ class)
liveness::AliasZeroCopy::activateAlias (C++ function)
liveness::AliasZeroCopy::AliasZeroCopy (C++ function)
liveness::AliasZeroCopy::apply (C++ function)
liveness::AliasZeroCopy::copyInputRequired (C++ function)
liveness::AliasZeroCopy::copyLoopCarriedRequired (C++ function)
liveness::AliasZeroCopy::copyModifiedRequired (C++ function)
liveness::AliasZeroCopy::copyOutputRequired (C++ function)
liveness::AliasZeroCopy::doOverlap (C++ function)
liveness::AliasZeroCopy::getActiveAliasedTensors (C++ function)
liveness::AliasZeroCopy::getCandidateLivenessIntervals (C++ function)
liveness::AliasZeroCopy::getLivenessIntervals (C++ function)
liveness::AliasZeroCopy::getPostIRAliases (C++ function)
liveness::AliasZeroCopy::getProposedAliasedTensors (C++ function)
liveness::AliasZeroCopy::getTensorsWithPostIRAliases (C++ function)
liveness::AliasZeroCopy::id (C++ function)
liveness::AliasZeroCopy::nodeRequired (C++ function)
liveness::AliasZeroCopy::opRequired (C++ function)
liveness::AliasZeroCopy::printLivenessIntervals (C++ function)
liveness::AliasZeroCopy::removePostIRAliases (C++ function)
liveness::Intervals (C++ class)
liveness::Intervals::empty (C++ function)
liveness::Intervals::insert (C++ function)
liveness::Intervals::Intervals (C++ function)
,
[1]
liveness::Intervals::operator!= (C++ function)
liveness::Intervals::operator& (C++ function)
liveness::Intervals::operator+= (C++ function)
liveness::Intervals::operator<< (C++ function)
liveness::Intervals::operator= (C++ function)
liveness::Intervals::operator== (C++ function)
liveness::Intervals::~Intervals (C++ function)
liveness::LivenessAnalyzer (C++ class)
liveness::LivenessAnalyzer::apply (C++ function)
liveness::LivenessAnalyzer::getCallSiteLinksAt (C++ function)
liveness::LivenessAnalyzer::getCallSiteLinksInvAt (C++ function)
liveness::LivenessAnalyzer::getContextEndIndex (C++ function)
liveness::LivenessAnalyzer::getContextStartIndex (C++ function)
liveness::LivenessAnalyzer::getGlobalSchedulePosition (C++ function)
liveness::LivenessAnalyzer::getGraphCallSites (C++ function)
liveness::LivenessAnalyzer::getGraphOpSchedule (C++ function)
liveness::LivenessAnalyzer::getOpScheduleAt (C++ function)
liveness::LivenessAnalyzer::getOpScheduleSize (C++ function)
liveness::LivenessAnalyzer::getScheduleIndices (C++ function)
,
[1]
,
[2]
liveness::LivenessAnalyzer::LivenessAnalyzer (C++ function)
liveness::LivenessAnalyzer::PendingCopies (C++ type)
liveness::ProducerInterval (C++ enum)
liveness::ProducerInterval::Enforce (C++ enumerator)
liveness::ProducerInterval::Ignore (C++ enumerator)
liveness::SubgraphPartitioner (C++ class)
liveness::SubgraphPartitioner::apply (C++ function)
liveness::SubgraphPartitioner::CallOpPart (C++ class)
liveness::SubgraphPartitioner::CallOpPart::inIndex (C++ member)
liveness::SubgraphPartitioner::CallOpPart::outIndex (C++ member)
liveness::SubgraphPartitioner::CallOpPart::subgraphPartIndex (C++ member)
liveness::SubgraphPartitioner::CallOpPart::type (C++ member)
liveness::SubgraphPartitioner::CallOpPartType (C++ enum)
liveness::SubgraphPartitioner::CallOpPartType::CallSubgraphPart (C++ enumerator)
liveness::SubgraphPartitioner::CallOpPartType::CopyInput (C++ enumerator)
liveness::SubgraphPartitioner::CallOpPartType::CopyModified (C++ enumerator)
liveness::SubgraphPartitioner::CallOpPartType::CopyOutput (C++ enumerator)
liveness::SubgraphPartitioner::CallOpPartType::Undefined (C++ enumerator)
liveness::SubgraphPartitioner::CallOpSchedule (C++ type)
liveness::SubgraphPartitioner::getCallOpSchedule (C++ function)
liveness::SubgraphPartitioner::getNumSubgraphParts (C++ function)
liveness::SubgraphPartitioner::getOpSubgraphPartBegin (C++ function)
liveness::SubgraphPartitioner::getOpSubgraphPartEnd (C++ function)
liveness::SubgraphPartitioner::isPartitionable (C++ function)
liveness::SubgraphPartitioner::setIr (C++ function)
liveness::SubgraphPartitioner::setLivenessAnalyzer (C++ function)
liveness::SubgraphPartitioner::SubgraphPartitioner (C++ function)
liveness::SubgraphPartitioner::~SubgraphPartitioner (C++ function)
Log1pGradOp (C++ class)
Log1pGradOp::clone (C++ function)
Log1pGradOp::Log1pGradOp (C++ function)
Log1pGradOpPattern (C++ class)
Log1pGradOpPattern::apply (C++ function)
Log1pGradOpPattern::matches (C++ function)
Log1pGradOpPattern::touches (C++ function)
Log1pInplaceOp (C++ class)
Log1pInplaceOp::clone (C++ function)
Log1pInplaceOp::Log1pInplaceOp (C++ function)
Log1pOp (C++ class)
Log1pOp::clone (C++ function)
Log1pOp::getGradOps (C++ function)
Log1pOp::getInplaceVariant (C++ function)
Log1pOp::inplacePriorityDefault (C++ function)
Log1pOp::Log1pOp (C++ function)
LogGradOp (C++ class)
LogGradOp::clone (C++ function)
LogGradOp::LogGradOp (C++ function)
LogGradOpPattern (C++ class)
LogGradOpPattern::apply (C++ function)
LogGradOpPattern::matches (C++ function)
LogGradOpPattern::touches (C++ function)
LogOp (C++ class)
LogOp::clone (C++ function)
LogOp::getGradOps (C++ function)
LogOp::LogOp (C++ function)
LogSoftmaxGradOp (C++ class)
LogSoftmaxGradOp::appendOutlineAttributes (C++ function)
LogSoftmaxGradOp::clone (C++ function)
LogSoftmaxGradOp::getActsInIndex (C++ function)
LogSoftmaxGradOp::getAxis (C++ function)
LogSoftmaxGradOp::getGradProbsInIndex (C++ function)
LogSoftmaxGradOp::getOutIndex (C++ function)
LogSoftmaxGradOp::getSubgraphValue (C++ function)
LogSoftmaxGradOp::gradInputInfo (C++ function)
LogSoftmaxGradOp::gradOutToNonGradIn (C++ function)
LogSoftmaxGradOp::LogSoftmaxGradOp (C++ function)
LogSoftmaxGradOp::setup (C++ function)
LogSoftmaxInplaceOp (C++ class)
LogSoftmaxInplaceOp::appendOutlineAttributes (C++ function)
LogSoftmaxInplaceOp::clone (C++ function)
LogSoftmaxInplaceOp::getAxis (C++ function)
LogSoftmaxInplaceOp::LogSoftmaxInplaceOp (C++ function)
LogSoftmaxOp (C++ class)
LogSoftmaxOp::appendOutlineAttributes (C++ function)
LogSoftmaxOp::clone (C++ function)
LogSoftmaxOp::getAxis (C++ function)
LogSoftmaxOp::getGradOps (C++ function)
LogSoftmaxOp::getInplaceVariant (C++ function)
LogSoftmaxOp::inplacePriorityDefault (C++ function)
LogSoftmaxOp::LogSoftmaxOp (C++ function)
LoopOp (C++ class)
LoopOp::addLoopInput (C++ function)
LoopOp::addLoopOutput (C++ function)
LoopOp::appendOutlineAttributes (C++ function)
LoopOp::clone (C++ function)
LoopOp::connectInTensor (C++ function)
LoopOp::getCalledGraph (C++ function)
LoopOp::getCalledGraphs (C++ function)
LoopOp::getFirstInputInIndex (C++ function)
LoopOp::getFirstOutputOutIndex (C++ function)
LoopOp::getIntrospectionInVirtualGraphId (C++ function)
LoopOp::getIntrospectionOutVirtualGraphId (C++ function)
LoopOp::getLoopGraphFirstInputInIndex (C++ function)
LoopOp::getLoopGraphFirstOutputOutIndex (C++ function)
LoopOp::getLoopGraphIterationInIndex (C++ function)
LoopOp::getLoopGraphTerminationConditionInIndex (C++ function)
LoopOp::getLoopGraphTerminationConditionOutIndex (C++ function)
LoopOp::getMaximumTripCountInIndex (C++ function)
LoopOp::getNumExplicitInputs (C++ function)
LoopOp::getNumImplicitInputs (C++ function)
LoopOp::getNumImplicitScanOutputs (C++ function)
LoopOp::getSubgraphValue (C++ function)
LoopOp::getTerminationConditionInIndex (C++ function)
LoopOp::getTripCountValue (C++ function)
LoopOp::growAliasModel (C++ function)
LoopOp::implicitInputTensors (C++ function)
LoopOp::LoopOp (C++ function)
,
[1]
LoopOp::opInToOpOutIndex (C++ function)
LoopOp::opInToSubgraphInIndex (C++ function)
LoopOp::opOutToOpInIndex (C++ function)
LoopOp::opOutToSubgraphOutIndex (C++ function)
LoopOp::removeLoopInput (C++ function)
LoopOp::removeLoopOutput (C++ function)
LoopOp::setCalledGraph (C++ function)
LoopOp::setNumImplicitScanOutputs (C++ function)
LoopOp::setTripCountValue (C++ function)
LoopOp::setup (C++ function)
LoopOp::subgraphInToOpInIndex (C++ function)
LoopOp::subgraphOutToOpOutIndex (C++ function)
LoopScanOutPattern (C++ class)
LoopScanOutPattern::apply (C++ function)
LoopScanOutPattern::matches (C++ function)
LoopScanOutPattern::touches (C++ function)
LossOp (C++ class)
LossOp::clone (C++ function)
LossOp::getReductionType (C++ function)
LossOp::isLossOp (C++ function)
LossOp::LossOp (C++ function)
LossOp::reductionTypeFromString (C++ function)
LossOp::reductionTypeToString (C++ function)
LossScaleUpdateOp (C++ class)
LossScaleUpdateOp::aliases (C++ function)
LossScaleUpdateOp::clone (C++ function)
LossScaleUpdateOp::getLossScaleUpdateFactorInIndex (C++ function)
LossScaleUpdateOp::getStatisticsTensorInIndex (C++ function)
LossScaleUpdateOp::getSubgraphValue (C++ function)
LossScaleUpdateOp::getUpdatedLossScaleUpdateFactorOutIndex (C++ function)
LossScaleUpdateOp::getUpdateFactorDType (C++ function)
LossScaleUpdateOp::growAliasModel (C++ function)
LossScaleUpdateOp::LossScaleUpdateOp (C++ function)
LossScaleUpdateOp::modifies (C++ function)
LossScaleUpdateOp::setup (C++ function)
LRNGradOp (C++ class)
LRNGradOp::appendOutlineAttributes (C++ function)
LRNGradOp::clone (C++ function)
LRNGradOp::getAlpha (C++ function)
LRNGradOp::getBeta (C++ function)
LRNGradOp::getBias (C++ function)
LRNGradOp::getFwdInInIndex (C++ function)
LRNGradOp::getInIndex (C++ function)
LRNGradOp::getOutIndex (C++ function)
LRNGradOp::getSize (C++ function)
LRNGradOp::getSubgraphValue (C++ function)
LRNGradOp::gradInputInfo (C++ function)
LRNGradOp::gradOutToNonGradIn (C++ function)
LRNGradOp::LRNGradOp (C++ function)
LRNGradOp::setup (C++ function)
LRNOp (C++ class)
LRNOp::appendOutlineAttributes (C++ function)
LRNOp::clone (C++ function)
LRNOp::getAlpha (C++ function)
LRNOp::getBeta (C++ function)
LRNOp::getBias (C++ function)
LRNOp::getGradOps (C++ function)
LRNOp::getInIndex (C++ function)
LRNOp::getOutIndex (C++ function)
LRNOp::getSize (C++ function)
LRNOp::getSubgraphValue (C++ function)
LRNOp::LRNOp (C++ function)
LRNOp::setup (C++ function)
LSTMGradOp (C++ class)
LSTMGradOp::activation (C++ member)
LSTMGradOp::clone (C++ function)
LSTMGradOp::fwd_debug_name (C++ member)
LSTMGradOp::getInitialCInIndex (C++ function)
LSTMGradOp::getInitialCOutIndex (C++ function)
LSTMGradOp::getIntermediatesInIndex (C++ function)
LSTMGradOp::getLastCellStateGradInIndex (C++ function)
LSTMGradOp::gradOutToNonGradIn (C++ function)
LSTMGradOp::hasInitialCInput (C++ member)
LSTMGradOp::hasLastCellStateGradInput (C++ function)
LSTMGradOp::LSTMGradOp (C++ function)
LSTMGradOp::optionalInputs (C++ function)
LSTMGradOp::recurrent_activation (C++ member)
LSTMGradOp::setup (C++ function)
LSTMOp (C++ class)
LSTMOp::appendOutlineAttributes (C++ function)
LSTMOp::clone (C++ function)
LSTMOp::getActivation (C++ function)
LSTMOp::getAvailableMemoryProportion (C++ function)
LSTMOp::getBiasesPassThroughIndex (C++ function)
LSTMOp::getGradOps (C++ function)
LSTMOp::getInBatchAxis (C++ function)
LSTMOp::getInitialCInIndex (C++ function)
LSTMOp::getInitialCPassThroughIndex (C++ function)
LSTMOp::getInitialHPassThroughIndex (C++ function)
LSTMOp::getInputWeightsPassThroughIndex (C++ function)
LSTMOp::getIntermediatesPassThroughIndex (C++ function)
LSTMOp::getLastCellStateOutIndex (C++ function)
LSTMOp::getNumChannels (C++ function)
LSTMOp::getOutBatchAxis (C++ function)
LSTMOp::getPeepholeInIndex (C++ function)
LSTMOp::getRecurrenceWeightsPassThroughIndex (C++ function)
LSTMOp::getRecurrentActivation (C++ function)
LSTMOp::hasInitialCInput (C++ function)
LSTMOp::hasOutput (C++ function)
LSTMOp::isOutlineable (C++ function)
LSTMOp::isTraining (C++ function)
LSTMOp::LSTMOp (C++ function)
LSTMOp::optionalInputs (C++ function)
LSTMOp::setup (C++ function)
LSTMPattern (C++ class)
LSTMPattern::apply (C++ function)
LSTMPattern::matches (C++ function)
LSTMPattern::touches (C++ function)
M
MainLoops (C++ class)
MainLoops::apply (C++ function)
MainLoops::getAccumulationGraphName (C++ function)
MainLoops::getId (C++ function)
MainLoops::getInnerLoopOp (C++ function)
MainLoops::getInnerLoopSubgraph (C++ function)
,
[1]
MainLoops::getName (C++ function)
MainLoops::getOuterLoopSubgraph (C++ function)
MainLoops::getStepGraphName (C++ function)
MainLoops::id (C++ function)
MainLoops::MainLoops (C++ function)
MainLoops::~MainLoops (C++ function)
MatMulBaseGradOp (C++ class)
MatMulBaseGradOp::clone (C++ function)
MatMulBaseGradOp::getCloneOfCreator (C++ function)
MatMulBaseGradOp::getSubgraphValue (C++ function)
MatMulBaseGradOp::MatMulBaseGradOp (C++ function)
,
[1]
MatMulBaseGradOp::~MatMulBaseGradOp (C++ function)
MatMulBaseOp (C++ class)
MatMulBaseOp::appendMore (C++ function)
MatMulBaseOp::appendOutlineAttributes (C++ function)
MatMulBaseOp::canShard (C++ function)
MatMulBaseOp::clone (C++ function)
MatMulBaseOp::getAvailableMemoryProportion (C++ function)
MatMulBaseOp::getExpandedLhsShape (C++ function)
MatMulBaseOp::getExpandedRhsShape (C++ function)
MatMulBaseOp::getOutputType (C++ function)
MatMulBaseOp::getPartialsType (C++ function)
MatMulBaseOp::getPhase (C++ function)
MatMulBaseOp::getSerialiseSettings (C++ function)
,
[1]
MatMulBaseOp::MatMulBaseOp (C++ function)
,
[1]
MatMulBaseOp::Phase (C++ enum)
MatMulBaseOp::Phase::BwdLHS (C++ enumerator)
MatMulBaseOp::Phase::BwdRHS (C++ enumerator)
MatMulBaseOp::Phase::Fwd (C++ enumerator)
MatMulBaseOp::SerialiseSettings (C++ struct)
MatMulBaseOp::SerialiseSettings::factor (C++ member)
MatMulBaseOp::SerialiseSettings::keep_precision (C++ member)
MatMulBaseOp::SerialiseSettings::Mode (C++ enum)
MatMulBaseOp::SerialiseSettings::mode (C++ member)
MatMulBaseOp::SerialiseSettings::Mode::InputChannels (C++ enumerator)
MatMulBaseOp::SerialiseSettings::Mode::None (C++ enumerator)
MatMulBaseOp::SerialiseSettings::Mode::OutputChannels (C++ enumerator)
MatMulBaseOp::SerialiseSettings::Mode::ReducingDim (C++ enumerator)
MatMulBaseOp::setAvailableMemoryProportion (C++ function)
MatMulBaseOp::setPartialsType (C++ function)
MatMulBaseOp::setPhase (C++ function)
MatMulBaseOp::setUseFullyConnectedPass (C++ function)
MatMulBaseOp::useFullyConnectedPass (C++ function)
MatMulBaseOp::~MatMulBaseOp (C++ function)
MatMulGradPattern (C++ class)
MatMulGradPattern::apply (C++ function)
MatMulGradPattern::getGradIn (C++ function)
MatMulGradPattern::getGradInIndex (C++ function)
MatMulGradPattern::getGradOut (C++ function)
MatMulGradPattern::getIn (C++ function)
MatMulGradPattern::getInIndex (C++ function)
MatMulGradPattern::touches (C++ function)
MatMulLhsGradOp (C++ class)
MatMulLhsGradOp::clone (C++ function)
MatMulLhsGradOp::getExpandedLhsShape (C++ function)
MatMulLhsGradOp::getExpandedRhsShape (C++ function)
MatMulLhsGradOp::getGradInIndex (C++ function)
MatMulLhsGradOp::getGradInputShape (C++ function)
MatMulLhsGradOp::getOutIndex (C++ function)
MatMulLhsGradOp::getOutputShape (C++ function)
MatMulLhsGradOp::getRhsInIndex (C++ function)
MatMulLhsGradOp::getRhsInputShape (C++ function)
MatMulLhsGradOp::gradInputInfo (C++ function)
MatMulLhsGradOp::gradOutToNonGradIn (C++ function)
MatMulLhsGradOp::MatMulLhsGradOp (C++ function)
,
[1]
MatMulLhsGradOp::operator= (C++ function)
MatMulLhsGradOp::setup (C++ function)
MatMulLhsGradOp::~MatMulLhsGradOp (C++ function)
MatMulLhsGradPattern (C++ class)
MatMulLhsGradPattern::getGradIn (C++ function)
MatMulLhsGradPattern::getGradInIndex (C++ function)
MatMulLhsGradPattern::getGradOut (C++ function)
MatMulLhsGradPattern::getIn (C++ function)
MatMulLhsGradPattern::getInIndex (C++ function)
MatMulLhsGradPattern::matches (C++ function)
MatMulOp (C++ class)
MatMulOp::clone (C++ function)
MatMulOp::getCanCreateInputs (C++ function)
MatMulOp::getExpandedLhsShape (C++ function)
MatMulOp::getExpandedOutShape (C++ function)
MatMulOp::getExpandedRhsShape (C++ function)
MatMulOp::getGradOps (C++ function)
MatMulOp::getLhsInIndex (C++ function)
MatMulOp::getOutIndex (C++ function)
MatMulOp::getRhsInIndex (C++ function)
MatMulOp::getSubgraphValue (C++ function)
MatMulOp::lhsIn (C++ function)
MatMulOp::MatMulOp (C++ function)
,
[1]
MatMulOp::npMatMulOut (C++ function)
MatMulOp::operator= (C++ function)
MatMulOp::out (C++ function)
MatMulOp::rhsIn (C++ function)
MatMulOp::setCanCreateInputs (C++ function)
MatMulOp::setup (C++ function)
MatMulOp::~MatMulOp (C++ function)
MatMulPartialsType (C++ enum)
MatMulPartialsType::FLOAT (C++ enumerator)
MatMulPartialsType::HALF (C++ enumerator)
MatMulPattern (C++ class)
MatMulPattern::apply (C++ function)
MatMulPattern::matches (C++ function)
MatMulPattern::touches (C++ function)
MatMulRhsGradOp (C++ class)
MatMulRhsGradOp::clone (C++ function)
MatMulRhsGradOp::getExpandedLhsShape (C++ function)
MatMulRhsGradOp::getExpandedRhsShape (C++ function)
MatMulRhsGradOp::getGradInIndex (C++ function)
MatMulRhsGradOp::getGradInputShape (C++ function)
MatMulRhsGradOp::getLhsInIndex (C++ function)
MatMulRhsGradOp::getLhsInputShape (C++ function)
MatMulRhsGradOp::getOutIndex (C++ function)
MatMulRhsGradOp::getOutputShape (C++ function)
MatMulRhsGradOp::gradInputInfo (C++ function)
MatMulRhsGradOp::gradOutToNonGradIn (C++ function)
MatMulRhsGradOp::MatMulRhsGradOp (C++ function)
,
[1]
MatMulRhsGradOp::operator= (C++ function)
MatMulRhsGradOp::setup (C++ function)
MatMulRhsGradOp::~MatMulRhsGradOp (C++ function)
MatMulRhsGradPattern (C++ class)
MatMulRhsGradPattern::getGradIn (C++ function)
MatMulRhsGradPattern::getGradInIndex (C++ function)
MatMulRhsGradPattern::getGradOut (C++ function)
MatMulRhsGradPattern::getIn (C++ function)
MatMulRhsGradPattern::getInIndex (C++ function)
MatMulRhsGradPattern::matches (C++ function)
MaxArgGradOp (C++ class)
MaxArgGradOp::clone (C++ function)
MaxArgGradOp::MaxArgGradOp (C++ function)
MaxOp (C++ class)
MaxOp::clone (C++ function)
MaxOp::MaxOp (C++ function)
MaxPoolGradOp (C++ class)
MaxPoolGradOp::appendOutlineAttributes (C++ function)
MaxPoolGradOp::clone (C++ function)
MaxPoolGradOp::creatorLowerPads (C++ member)
MaxPoolGradOp::creatorSpatialK (C++ member)
MaxPoolGradOp::creatorStrides (C++ member)
MaxPoolGradOp::creatorUpperPads (C++ member)
MaxPoolGradOp::getGradPooledInIndex (C++ function)
MaxPoolGradOp::getOutIndex (C++ function)
MaxPoolGradOp::getPooledInIndex (C++ function)
MaxPoolGradOp::getPrePooledInIndex (C++ function)
MaxPoolGradOp::getSubgraphValue (C++ function)
MaxPoolGradOp::gradInputInfo (C++ function)
MaxPoolGradOp::gradOutToNonGradIn (C++ function)
MaxPoolGradOp::MaxPoolGradOp (C++ function)
MaxPoolGradOp::setup (C++ function)
MaxPoolOp (C++ class)
MaxPoolOp::appendOutlineAttributes (C++ function)
MaxPoolOp::canBeReplacedByIdentity (C++ function)
MaxPoolOp::clone (C++ function)
MaxPoolOp::getGradOps (C++ function)
MaxPoolOp::getInIndex (C++ function)
MaxPoolOp::getNOutChans (C++ function)
MaxPoolOp::getOutIndex (C++ function)
MaxPoolOp::getSpatialK (C++ function)
MaxPoolOp::getSubgraphValue (C++ function)
MaxPoolOp::MaxPoolOp (C++ function)
MeanArgGradOp (C++ class)
MeanArgGradOp::appendOutlineAttributes (C++ function)
MeanArgGradOp::clone (C++ function)
MeanArgGradOp::getScale (C++ function)
MeanArgGradOp::gradInputInfo (C++ function)
MeanArgGradOp::hasScale (C++ function)
MeanArgGradOp::MeanArgGradOp (C++ function)
MeanOp (C++ class)
MeanOp::clone (C++ function)
MeanOp::MeanOp (C++ function)
MeanReductionStrategy (C++ enum)
MeanReductionStrategy::N (C++ enumerator)
MeanReductionStrategy::Post (C++ enumerator)
MeanReductionStrategy::Running (C++ enumerator)
memory_allocation_err (C++ class)
memory_allocation_err::clone (C++ function)
memory_allocation_err::getProfilePath (C++ function)
memory_allocation_err::getSummaryReport (C++ function)
memory_allocation_err::memory_allocation_err (C++ function)
MergeAllVarUpdates (C++ class)
MergeAllVarUpdates::getId (C++ function)
MergeAllVarUpdates::getName (C++ function)
MergeAllVarUpdates::id (C++ function)
MergeAllVarUpdates::MergeAllVarUpdates (C++ function)
MergeAllVarUpdates::~MergeAllVarUpdates (C++ function)
MergeAuto (C++ class)
MergeAuto::getThresholdMemory (C++ function)
MergeCollectivesTransform (C++ class)
MergeCollectivesTransform::apply (C++ function)
MergeCollectivesTransform::applyToOps (C++ function)
MergeCollectivesTransform::attemptToMergeOnOp (C++ function)
MergeCollectivesTransform::constructMultiOp (C++ function)
MergeCollectivesTransform::getId (C++ function)
MergeCollectivesTransform::getName (C++ function)
MergeCollectivesTransform::id (C++ function)
MergeCollectivesTransform::MergeCollectivesTransform (C++ function)
MergeCollectivesTransform::~MergeCollectivesTransform (C++ function)
MergeCopies (C++ class)
MergeCopies::apply (C++ function)
MergeCopies::getId (C++ function)
MergeCopies::getName (C++ function)
MergeCopies::id (C++ function)
MergeCopies::MergeCopies (C++ function)
MergeCopies::~MergeCopies (C++ function)
MergeDuplicateOps (C++ class)
MergeDuplicateOps::apply (C++ function)
MergeDuplicateOps::getId (C++ function)
MergeDuplicateOps::getName (C++ function)
MergeDuplicateOps::id (C++ function)
MergeDuplicateOps::MergeDuplicateOps (C++ function)
MergeDuplicateOps::~MergeDuplicateOps (C++ function)
MergeExchange (C++ class)
MergeExchange::apply (C++ function)
MergeExchange::applyToOps (C++ function)
MergeExchange::getId (C++ function)
MergeExchange::getName (C++ function)
MergeExchange::id (C++ function)
MergeExchange::MergeExchange (C++ function)
MergeExchange::~MergeExchange (C++ function)
MergeLoops (C++ class)
MergeLoops::apply (C++ function)
MergeLoops::getId (C++ function)
MergeLoops::getName (C++ function)
MergeLoops::id (C++ function)
MergeLoops::MergeLoops (C++ function)
MergeLoops::~MergeLoops (C++ function)
MergeLooseThreshold (C++ class)
MergeLooseThreshold::getId (C++ function)
MergeLooseThreshold::getMemToPlayWithAtPeak (C++ function)
MergeLooseThreshold::getName (C++ function)
MergeLooseThreshold::id (C++ function)
MergeLooseThreshold::MergeLooseThreshold (C++ function)
MergeLooseThreshold::~MergeLooseThreshold (C++ function)
MergeTightThreshold (C++ class)
MergeTightThreshold::getId (C++ function)
MergeTightThreshold::getName (C++ function)
MergeTightThreshold::id (C++ function)
MergeTightThreshold::MergeTightThreshold (C++ function)
MergeTightThreshold::~MergeTightThreshold (C++ function)
MergeVarUpdates (C++ class)
MergeVarUpdates::apply (C++ function)
MergeVarUpdates::getLargestGroupTargetsMap (C++ function)
MergeVarUpdates::getPartitionId (C++ function)
MergeVarUpdates::PartitionId (C++ type)
MergeVarUpdates::PartitionMap (C++ type)
MergeVarUpdateType (C++ enum)
MergeVarUpdateType::All (C++ enumerator)
MergeVarUpdateType::AutoLoose (C++ enumerator)
MergeVarUpdateType::AutoTight (C++ enumerator)
MergeVarUpdateType::N (C++ enumerator)
MergeVarUpdateType::None (C++ enumerator)
MinArgGradOp (C++ class)
MinArgGradOp::clone (C++ function)
MinArgGradOp::MinArgGradOp (C++ function)
MinOp (C++ class)
MinOp::clone (C++ function)
MinOp::MinOp (C++ function)
ModifyRandomSeedOp (C++ class)
ModifyRandomSeedOp::clone (C++ function)
ModifyRandomSeedOp::getModifiedSeedOutIndex (C++ function)
ModifyRandomSeedOp::getModifiedSeedTensorId (C++ function)
ModifyRandomSeedOp::getOutBatchAxis (C++ function)
ModifyRandomSeedOp::getSeedInIndex (C++ function)
ModifyRandomSeedOp::getSeedInTensorId (C++ function)
ModifyRandomSeedOp::getSeedModifierInIndex (C++ function)
ModifyRandomSeedOp::getSeedModifierTensorId (C++ function)
ModifyRandomSeedOp::getSubgraphValue (C++ function)
ModifyRandomSeedOp::isOutlineable (C++ function)
ModifyRandomSeedOp::ModifyRandomSeedOp (C++ function)
ModifyRandomSeedOp::setup (C++ function)
MulArg0GradOp (C++ class)
MulArg0GradOp::clone (C++ function)
MulArg0GradOp::MulArg0GradOp (C++ function)
MulArg1GradOp (C++ class)
MulArg1GradOp::clone (C++ function)
MulArg1GradOp::MulArg1GradOp (C++ function)
MulArgGradOpPattern (C++ class)
MulArgGradOpPattern::apply (C++ function)
MulArgGradOpPattern::matches (C++ function)
MulArgGradOpPattern::touches (C++ function)
MulLhsInplaceOp (C++ class)
MulLhsInplaceOp::clone (C++ function)
MulLhsInplaceOp::MulLhsInplaceOp (C++ function)
MulLhsInplaceOp::setup (C++ function)
MulRhsInplaceOp (C++ class)
MulRhsInplaceOp::clone (C++ function)
MulRhsInplaceOp::MulRhsInplaceOp (C++ function)
MulRhsInplaceOp::setup (C++ function)
MultiCollectiveBaseOp (C++ class)
MultiCollectiveBaseOp::clone (C++ function)
MultiCollectiveBaseOp::getCorrespondingLinkedIndexTensor (C++ function)
MultiCollectiveBaseOp::getIntrospectionInVirtualGraphId (C++ function)
,
[1]
MultiCollectiveBaseOp::getIntrospectionOutVirtualGraphId (C++ function)
,
[1]
MultiCollectiveBaseOp::getModifiesIndexInplace (C++ function)
MultiCollectiveBaseOp::hasCorrespondingLinkedIndexTensor (C++ function)
MultiCollectiveBaseOp::isCollectiveLinkedIndexTensor (C++ function)
,
[1]
MultiCollectiveBaseOp::MultiCollectiveBaseOp (C++ function)
MultiCollectiveBaseOp::setup (C++ function)
MultiConvBaseOp (C++ class)
MultiConvBaseOp::appendConvParameterAttributes (C++ function)
MultiConvBaseOp::appendOutlineAttributes (C++ function)
MultiConvBaseOp::clone (C++ function)
MultiConvBaseOp::getConvIndexFromInIndex (C++ function)
MultiConvBaseOp::getConvOptions (C++ function)
MultiConvBaseOp::getCumulativeSpatialDims (C++ function)
MultiConvBaseOp::getDataInIndex (C++ function)
MultiConvBaseOp::getDilations (C++ function)
MultiConvBaseOp::getGroups (C++ function)
MultiConvBaseOp::getInDilations (C++ function)
MultiConvBaseOp::getNInChans (C++ function)
MultiConvBaseOp::getNOutChans (C++ function)
MultiConvBaseOp::getNSpatialDims (C++ function)
MultiConvBaseOp::getOutIndex (C++ function)
MultiConvBaseOp::getOutPads (C++ function)
MultiConvBaseOp::getOutShape (C++ function)
MultiConvBaseOp::getPads (C++ function)
MultiConvBaseOp::getParameters (C++ function)
MultiConvBaseOp::getSpatialD (C++ function)
MultiConvBaseOp::getSpatialK (C++ function)
MultiConvBaseOp::getStrides (C++ function)
MultiConvBaseOp::getSubgraphValue (C++ function)
MultiConvBaseOp::getWeightsInIndex (C++ function)
MultiConvBaseOp::lowerInTruncs (C++ function)
MultiConvBaseOp::lowerKernTruncs (C++ function)
MultiConvBaseOp::lowerOutPads (C++ function)
MultiConvBaseOp::lowerOutTruncs (C++ function)
MultiConvBaseOp::lowerPads (C++ function)
MultiConvBaseOp::MultiConvBaseOp (C++ function)
MultiConvBaseOp::numConvs (C++ function)
MultiConvBaseOp::restoreAttributesFromParams (C++ function)
MultiConvBaseOp::setConvOptions (C++ function)
MultiConvBaseOp::setParamsFromDataGradOp (C++ function)
MultiConvBaseOp::setup (C++ function)
MultiConvBaseOp::upperInTruncs (C++ function)
MultiConvBaseOp::upperKernTruncs (C++ function)
MultiConvBaseOp::upperOutPads (C++ function)
MultiConvBaseOp::upperOutTruncs (C++ function)
MultiConvBaseOp::upperPads (C++ function)
MultiConvDataGradBaseOp (C++ class)
MultiConvDataGradBaseOp::appendOutlineAttributes (C++ function)
MultiConvDataGradBaseOp::clone (C++ function)
MultiConvDataGradBaseOp::getConvOptions (C++ function)
MultiConvDataGradBaseOp::getDataInfo (C++ function)
MultiConvDataGradBaseOp::getGradConvolvedInIndex (C++ function)
MultiConvDataGradBaseOp::getOutIndex (C++ function)
MultiConvDataGradBaseOp::getParameters (C++ function)
MultiConvDataGradBaseOp::getSubgraphValue (C++ function)
MultiConvDataGradBaseOp::getWeightsInIndex (C++ function)
MultiConvDataGradBaseOp::gradInputInfo (C++ function)
MultiConvDataGradBaseOp::gradOutToNonGradIn (C++ function)
MultiConvDataGradBaseOp::MultiConvDataGradBaseOp (C++ function)
MultiConvDataGradBaseOp::numConvs (C++ function)
MultiConvDataGradBaseOp::setConvOptions (C++ function)
MultiConvDataGradBaseOp::setup (C++ function)
MultiConvDataGradOp (C++ class)
MultiConvDataGradOp::appendOutlineAttributes (C++ function)
MultiConvDataGradOp::clone (C++ function)
MultiConvDataGradOp::MultiConvDataGradOp (C++ function)
MultiConvDilations (C++ type)
MultiConvGroups (C++ type)
MultiConvInputs (C++ type)
MultiConvOp (C++ class)
MultiConvOp::appendOutlineAttributes (C++ function)
MultiConvOp::clone (C++ function)
MultiConvOp::getGradOps (C++ function)
MultiConvOp::MultiConvOp (C++ function)
MultiConvOptions (C++ class)
MultiConvOptions::availableMemoryProportions (C++ member)
MultiConvOptions::cycleBackOff (C++ member)
MultiConvOptions::enableConvDithering (C++ member)
MultiConvOptions::getConvOptions (C++ function)
MultiConvOptions::getGlobalOptions (C++ function)
MultiConvOptions::MultiConvOptions (C++ function)
MultiConvOptions::partialsTypes (C++ member)
MultiConvOptions::perConvReservedTiles (C++ member)
MultiConvOptions::planType (C++ member)
MultiConvPads (C++ type)
MultiConvStrides (C++ type)
MultiConvWeightsGradBaseOp (C++ class)
MultiConvWeightsGradBaseOp::appendOutlineAttributes (C++ function)
MultiConvWeightsGradBaseOp::clone (C++ function)
MultiConvWeightsGradBaseOp::getConvOptions (C++ function)
MultiConvWeightsGradBaseOp::getGradConvolvedInIndex (C++ function)
MultiConvWeightsGradBaseOp::getOutIndex (C++ function)
MultiConvWeightsGradBaseOp::getParameters (C++ function)
MultiConvWeightsGradBaseOp::getPreConvolvedInIndex (C++ function)
MultiConvWeightsGradBaseOp::getSubgraphValue (C++ function)
MultiConvWeightsGradBaseOp::gradInputInfo (C++ function)
MultiConvWeightsGradBaseOp::gradOutToNonGradIn (C++ function)
MultiConvWeightsGradBaseOp::MultiConvWeightsGradBaseOp (C++ function)
MultiConvWeightsGradBaseOp::numConvs (C++ function)
MultiConvWeightsGradBaseOp::setup (C++ function)
MultiConvWeightsGradOp (C++ class)
MultiConvWeightsGradOp::appendOutlineAttributes (C++ function)
MultiConvWeightsGradOp::clone (C++ function)
MultiConvWeightsGradOp::MultiConvWeightsGradOp (C++ function)
MultiExchangeOp (C++ class)
MultiExchangeOp::aliases (C++ function)
MultiExchangeOp::appendOutlineAttributes (C++ function)
MultiExchangeOp::bwdRegMap (C++ function)
MultiExchangeOp::canShard (C++ function)
MultiExchangeOp::clone (C++ function)
MultiExchangeOp::descriptorIndexToInIndices (C++ function)
MultiExchangeOp::descriptorIndexToOutIndices (C++ function)
MultiExchangeOp::fwdPropagateIsReplicaEqual (C++ function)
MultiExchangeOp::fwdRegMap (C++ function)
MultiExchangeOp::getExchangeDescriptor (C++ function)
MultiExchangeOp::getIntrospectionInVirtualGraphId (C++ function)
MultiExchangeOp::getIntrospectionOutVirtualGraphId (C++ function)
MultiExchangeOp::getNumExchanges (C++ function)
MultiExchangeOp::getRemoteBufferId (C++ function)
MultiExchangeOp::getReplicatedTensorShardingIndices (C++ function)
MultiExchangeOp::growAliasModel (C++ function)
MultiExchangeOp::hasSideEffect (C++ function)
MultiExchangeOp::inIndexToDescriptorIndex (C++ function)
MultiExchangeOp::isRemote (C++ function)
MultiExchangeOp::modifies (C++ function)
MultiExchangeOp::MultiExchangeOp (C++ function)
MultiExchangeOp::numLoads (C++ function)
MultiExchangeOp::numStores (C++ function)
MultiExchangeOp::outIndexToDescriptorIndex (C++ function)
MultiExchangeOp::setRemoteBufferId (C++ function)
MultiExchangeOp::setup (C++ function)
MultiReplicatedAllReduceOp (C++ class)
MultiReplicatedAllReduceOp::aliases (C++ function)
MultiReplicatedAllReduceOp::clone (C++ function)
MultiReplicatedAllReduceOp::fwdPropagateIsReplicaEqual (C++ function)
MultiReplicatedAllReduceOp::getCollectiveOp (C++ function)
MultiReplicatedAllReduceOp::getCorrespondingLinkedIndexTensor (C++ function)
MultiReplicatedAllReduceOp::getReplicatedTensorShardingIndices (C++ function)
MultiReplicatedAllReduceOp::getSubgraphValue (C++ function)
MultiReplicatedAllReduceOp::growAliasModel (C++ function)
MultiReplicatedAllReduceOp::hasCorrespondingLinkedIndexTensor (C++ function)
MultiReplicatedAllReduceOp::isCollectiveLinkedIndexTensor (C++ function)
,
[1]
MultiReplicatedAllReduceOp::modifies (C++ function)
MultiReplicatedAllReduceOp::MultiReplicatedAllReduceOp (C++ function)
MutableVoidData (C++ class)
MutableVoidData::data (C++ member)
MutableVoidData::info (C++ member)
N
NegateGradOp (C++ class)
NegateGradOp::clone (C++ function)
NegateGradOp::getInIndex (C++ function)
NegateGradOp::getOutIndex (C++ function)
NegateGradOp::gradInputInfo (C++ function)
NegateGradOp::gradOutToNonGradIn (C++ function)
NegateGradOp::NegateGradOp (C++ function)
NegateOp (C++ class)
NegateOp::clone (C++ function)
NegateOp::getGradOps (C++ function)
NegateOp::NegateOp (C++ function)
NegativeOneScalePattern (C++ class)
NegativeOneScalePattern::matches (C++ function)
NllGradOp (C++ class)
NllGradOp::appendOutlineAttributes (C++ function)
NllGradOp::canShard (C++ function)
NllGradOp::clone (C++ function)
NllGradOp::getGradInIndex (C++ function)
NllGradOp::getIgnoreIndex (C++ function)
NllGradOp::getLabelInIndex (C++ function)
NllGradOp::getLossTensorId (C++ function)
NllGradOp::getOptionalIgnoreIndex (C++ function)
NllGradOp::getOutIndex (C++ function)
NllGradOp::getProbsInIndex (C++ function)
NllGradOp::getReductionType (C++ function)
NllGradOp::getShardRescaleFactor (C++ function)
NllGradOp::getSubgraphValue (C++ function)
NllGradOp::gradInputInfo (C++ function)
NllGradOp::gradOutToNonGradIn (C++ function)
NllGradOp::hasIgnoreIndex (C++ function)
NllGradOp::inputIsLogProbability (C++ function)
NllGradOp::NllGradOp (C++ function)
,
[1]
NllGradOp::setup (C++ function)
NlllWithSoftmaxGradDirect (C++ class)
NlllWithSoftmaxGradDirect::apply (C++ function)
NlllWithSoftmaxGradDirect::matches (C++ function)
NlllWithSoftmaxGradDirect::touches (C++ function)
NlllWithSoftmaxGradDirectOp (C++ class)
NlllWithSoftmaxGradDirectOp::appendOutlineAttributes (C++ function)
NlllWithSoftmaxGradDirectOp::canShard (C++ function)
NlllWithSoftmaxGradDirectOp::clone (C++ function)
NlllWithSoftmaxGradDirectOp::getGradOutIndex (C++ function)
NlllWithSoftmaxGradDirectOp::getGradProbsInIndex (C++ function)
NlllWithSoftmaxGradDirectOp::getIgnoreIndex (C++ function)
NlllWithSoftmaxGradDirectOp::getLabelInIndex (C++ function)
NlllWithSoftmaxGradDirectOp::getLossOutIndex (C++ function)
NlllWithSoftmaxGradDirectOp::getProbsInIndex (C++ function)
NlllWithSoftmaxGradDirectOp::getReductionType (C++ function)
NlllWithSoftmaxGradDirectOp::getShardReductionType (C++ function)
NlllWithSoftmaxGradDirectOp::getShardRescaleFactor (C++ function)
NlllWithSoftmaxGradDirectOp::getSubgraphValue (C++ function)
NlllWithSoftmaxGradDirectOp::hasIgnoreIndex (C++ function)
NlllWithSoftmaxGradDirectOp::nlllFwdOp (C++ function)
NlllWithSoftmaxGradDirectOp::NlllWithSoftmaxGradDirectOp (C++ function)
NlllWithSoftmaxGradDirectOp::setup (C++ function)
NllOp (C++ class)
NllOp::appendOutlineAttributes (C++ function)
NllOp::canShard (C++ function)
NllOp::clone (C++ function)
NllOp::getGradOps (C++ function)
NllOp::getIgnoreIndex (C++ function)
NllOp::getLabelInIndex (C++ function)
NllOp::getOptionalIgnoreIndex (C++ function)
NllOp::getOutIndex (C++ function)
NllOp::getProbsInIndex (C++ function)
NllOp::getShardReductionType (C++ function)
NllOp::getSubgraphValue (C++ function)
NllOp::hasIgnoreIndex (C++ function)
NllOp::inputIsLogProbability (C++ function)
NllOp::NllOp (C++ function)
NllOp::setup (C++ function)
Node (C++ type)
NodeAttributes (C++ type)
NonLinearVariadicGradOp (C++ class)
NonLinearVariadicGradOp::clone (C++ function)
NonLinearVariadicGradOp::getFwdInIndex (C++ function)
NonLinearVariadicGradOp::getFwdOutInIndex (C++ function)
NonLinearVariadicGradOp::gradInputInfo (C++ function)
NonLinearVariadicGradOp::NonLinearVariadicGradOp (C++ function)
NopOp (C++ class)
NopOp::clone (C++ function)
NopOp::getGradOps (C++ function)
NopOp::isOutplaceViewChange (C++ function)
NopOp::NopOp (C++ function)
NotOp (C++ class)
NotOp::clone (C++ function)
NotOp::getGradOps (C++ function)
NotOp::NotOp (C++ function)
NumInputs (C++ struct)
NumInputs::max (C++ member)
NumInputs::min (C++ member)
NumInputs::NumInputs (C++ function)
,
[1]
,
[2]
O
OnehotGradOp (C++ class)
OnehotGradOp::appendOutlineAttributes (C++ function)
OnehotGradOp::clone (C++ function)
OnehotGradOp::getAxis (C++ function)
OnehotGradOp::getGradInIndex (C++ function)
OnehotGradOp::getIndicesInIndex (C++ function)
OnehotGradOp::getOutIndex (C++ function)
OnehotGradOp::getOutputShape (C++ function)
OnehotGradOp::getSubgraphValue (C++ function)
OnehotGradOp::gradInputInfo (C++ function)
OnehotGradOp::gradOutToNonGradIn (C++ function)
OnehotGradOp::OnehotGradOp (C++ function)
OnehotGradOp::setup (C++ function)
OnehotOp (C++ class)
OnehotOp::appendOutlineAttributes (C++ function)
OnehotOp::clone (C++ function)
OnehotOp::connectInTensor (C++ function)
OnehotOp::getAxis (C++ function)
OnehotOp::getGradOps (C++ function)
OnehotOp::getIndicesInIndex (C++ function)
OnehotOp::getOutIndex (C++ function)
OnehotOp::getSubgraphValue (C++ function)
OnehotOp::getValuesInIndex (C++ function)
OnehotOp::OnehotOp (C++ function)
OnehotOp::setup (C++ function)
OneWayUnaryInPlaceOp (C++ class)
OneWayUnaryInPlaceOp::clone (C++ function)
OneWayUnaryInPlaceOp::OneWayUnaryInPlaceOp (C++ function)
OneWayUnaryOp (C++ class)
OneWayUnaryOp::clone (C++ function)
OneWayUnaryOp::getGradOps (C++ function)
OneWayUnaryOp::OneWayUnaryOp (C++ function)
onnx (C++ type)
onnxAttPtr (C++ type)
OnnxOpDebugInfo (C++ class)
OnnxOpDebugInfo::OnnxOpDebugInfo (C++ function)
,
[1]
OnnxOpDebugInfo::operator= (C++ function)
OnnxOpDebugInfo::~OnnxOpDebugInfo (C++ function)
OnnxTensorPtrs (C++ type)
OnnxTensors (C++ type)
OnnxVariableDebugInfo (C++ class)
OnnxVariableDebugInfo::OnnxVariableDebugInfo (C++ function)
,
[1]
,
[2]
,
[3]
OnnxVariableDebugInfo::operator= (C++ function)
OnnxVariableDebugInfo::~OnnxVariableDebugInfo (C++ function)
Op (C++ class)
Op::adjustInSettings (C++ function)
Op::adjustOutSettings (C++ function)
Op::aliases (C++ function)
Op::append (C++ function)
Op::appendAttributes (C++ function)
Op::appendMore (C++ function)
Op::appendOutlineAttributes (C++ function)
Op::bwdRegMap (C++ function)
Op::calcAutoVirtualGraphCost (C++ function)
Op::canBeReplacedByIdentity (C++ function)
Op::canRecompute (C++ function)
Op::canShard (C++ function)
Op::clone (C++ function)
Op::configureForReplicatedTensorSharding (C++ function)
Op::configureShardedOp (C++ function)
Op::connectInTensor (C++ function)
,
[1]
Op::connectInTensorDispatch (C++ function)
Op::connectInTensorLike (C++ function)
Op::connectOutTensor (C++ function)
Op::consumesGraphOutput (C++ function)
Op::copiesOptimizerTensors (C++ function)
Op::createAndConnectOutTensor (C++ function)
Op::debugInfo (C++ member)
Op::debugName (C++ function)
Op::defaultConnectInTensor (C++ function)
Op::disconnectAllInputs (C++ function)
Op::disconnectAllOutputs (C++ function)
Op::disconnectInTensor (C++ function)
,
[1]
,
[2]
Op::disconnectOutTensor (C++ function)
Op::doesAlias (C++ function)
,
[1]
Op::finalizeDebugInfo (C++ function)
Op::fwdPropagateIsReplicaEqual (C++ function)
Op::fwdRegMap (C++ function)
Op::getBatchSerializedPhase (C++ function)
Op::getCalledGraphIds (C++ function)
Op::getCalledGraphIndex (C++ function)
Op::getCalledGraphs (C++ function)
Op::getDebugInfo (C++ function)
Op::getExecutionPhase (C++ function)
Op::getFollowingOp (C++ function)
,
[1]
Op::getFollowingOps (C++ function)
,
[1]
Op::getGradOps (C++ function)
Op::getGraph (C++ function)
,
[1]
Op::getHighSubgraphValue (C++ function)
Op::getInBatchAxis (C++ function)
Op::getInplaceVariant (C++ function)
Op::getInSettings (C++ function)
Op::getIntrospectionInVirtualGraphId (C++ function)
,
[1]
Op::getIntrospectionOutVirtualGraphId (C++ function)
,
[1]
Op::getIr (C++ function)
,
[1]
Op::getLowSubgraphValue (C++ function)
Op::getName (C++ function)
Op::getNonGradInIndex (C++ function)
Op::getOptionalBatchSerializedPhase (C++ function)
Op::getOptionalExecutionPhase (C++ function)
Op::getOptionalPipelineStage (C++ function)
Op::getOptionalStochasticRoundingMethod (C++ function)
Op::getOptionalVGraphId (C++ function)
Op::getOutBatchAxis (C++ function)
Op::getOutSettings (C++ function)
Op::getPipelineStage (C++ function)
Op::getPrecedingOp (C++ function)
,
[1]
Op::getReplicatedTensorShardingIndices (C++ function)
Op::getScope (C++ function)
Op::getSeedInIndex (C++ function)
Op::getSettings (C++ function)
,
[1]
Op::getShardReductionType (C++ function)
Op::getShardRescaleFactor (C++ function)
Op::getStochasticRoundingMethod (C++ function)
Op::getSubgraphEquivId (C++ function)
Op::getSubgraphInputs (C++ function)
Op::getSubgraphOutputs (C++ function)
Op::getSubgraphValue (C++ function)
Op::getVirtualGraphId (C++ function)
Op::gradInputInfo (C++ function)
Op::gradOutToNonGradIn (C++ function)
Op::growAliasModel (C++ function)
Op::hasAliasedModifiers (C++ function)
Op::hasBatchSerializedPhase (C++ function)
Op::hasExecutionPhase (C++ function)
Op::hasInput (C++ function)
Op::hasOutput (C++ function)
Op::hasPipelineStage (C++ function)
Op::hasSideEffect (C++ function)
Op::hasStochasticRoundingMethod (C++ function)
Op::hasVirtualGraphId (C++ function)
Op::id (C++ member)
Op::inheritPlacementAttributes (C++ function)
Op::inId (C++ function)
,
[1]
Op::inIndex (C++ function)
Op::inInfo (C++ function)
,
[1]
Op::inplacePriorityDefault (C++ function)
Op::input (C++ member)
Op::inputsUnmodifiable (C++ function)
Op::inputUnmodifiable (C++ function)
Op::inRank (C++ function)
Op::inShape (C++ function)
Op::inTensor (C++ function)
,
[1]
Op::inTensorCount (C++ function)
Op::isChildOf (C++ function)
Op::isConvertibleTo (C++ function)
Op::isElementWiseUnary (C++ function)
Op::isExcludedFromPattern (C++ function)
Op::isGradientClippingOp (C++ function)
Op::isInplaceViewChange (C++ function)
Op::isIpuCopyOp (C++ function)
Op::isLossOp (C++ function)
Op::isNorm (C++ function)
Op::isOptimizerOp (C++ function)
Op::isOutlineable (C++ function)
Op::isOutplace (C++ function)
Op::isOutplaceViewChange (C++ function)
Op::isParentOf (C++ function)
Op::isPipelineIpuCopyOp (C++ function)
Op::mapInplaceProposal (C++ function)
Op::memOfOutputs (C++ function)
Op::modifies (C++ function)
,
[1]
Op::modifiesIndex (C++ function)
Op::modifiesTensor (C++ function)
Op::name (C++ function)
Op::Op (C++ function)
,
[1]
Op::operator= (C++ function)
Op::opid (C++ member)
Op::opInToOpOutIndex (C++ function)
Op::opInToSubgraphInIndex (C++ function)
Op::opOutToOpInIndex (C++ function)
Op::opOutToSubgraphOutIndex (C++ function)
Op::optionalInputs (C++ function)
Op::outId (C++ function)
,
[1]
Op::outIndex (C++ function)
Op::outInfo (C++ function)
,
[1]
Op::output (C++ member)
Op::outRank (C++ function)
Op::outShape (C++ function)
Op::outTensor (C++ function)
,
[1]
Op::outTensorCount (C++ function)
Op::overwritesTensor (C++ function)
Op::prettyNpOut (C++ function)
,
[1]
Op::producesGraphOutput (C++ function)
Op::pruneable (C++ member)
Op::requiresRandomSeed (C++ function)
Op::setBatchSerializedPhase (C++ function)
Op::setCalledSubgraphGradInfo (C++ function)
Op::setExecutionPhase (C++ function)
Op::setName (C++ function)
Op::setPipelineStage (C++ function)
Op::setScope (C++ function)
Op::setStochasticRoundingMethod (C++ function)
Op::settings (C++ member)
Op::Settings (C++ struct)
Op::Settings::batchSerializedPhase (C++ member)
Op::Settings::copy (C++ function)
Op::Settings::debugInfoId (C++ member)
Op::Settings::excludePatterns (C++ member)
Op::Settings::executionContext (C++ member)
Op::Settings::executionPhase (C++ member)
Op::Settings::extraOutlineAttributes (C++ member)
Op::Settings::getIr (C++ function)
Op::Settings::gradientClippingOp (C++ member)
Op::Settings::graph (C++ member)
Op::Settings::inferTensorMappingToFrom (C++ member)
Op::Settings::inplacePriorityVeto (C++ member)
Op::Settings::name (C++ member)
Op::Settings::optimizerOp (C++ member)
Op::Settings::pipelineStage (C++ member)
Op::Settings::recomputeType (C++ member)
Op::Settings::schedulePriority (C++ member)
Op::Settings::scope (C++ member)
Op::Settings::setFromAttributes (C++ function)
Op::Settings::Settings (C++ function)
,
[1]
,
[2]
,
[3]
Op::Settings::stochasticRoundingMethod (C++ member)
Op::Settings::tensorLocation (C++ member)
Op::Settings::tileSet (C++ member)
Op::Settings::vgraphId (C++ member)
Op::Settings::~Settings (C++ function)
Op::setup (C++ function)
Op::setVirtualGraphId (C++ function)
Op::shard (C++ function)
,
[1]
Op::str (C++ function)
Op::SubgraphInSig (C++ type)
Op::subgraphInToOpInIndex (C++ function)
Op::subgraphOutToOpOutIndex (C++ function)
Op::toJSON (C++ function)
Op::transferBaseProperties (C++ function)
Op::uses (C++ function)
Op::~Op (C++ function)
OpCreatorInfo (C++ class)
OpCreatorInfo::attributes (C++ member)
OpCreatorInfo::debugName (C++ function)
OpCreatorInfo::getInputData (C++ function)
,
[1]
OpCreatorInfo::getInputIds (C++ function)
OpCreatorInfo::getInputScalarValue (C++ function)
,
[1]
OpCreatorInfo::getInputTensor (C++ function)
OpCreatorInfo::getInputTensorData (C++ function)
OpCreatorInfo::getInputTensorInfo (C++ function)
OpCreatorInfo::getOutputIds (C++ function)
OpCreatorInfo::hasInputIds (C++ function)
OpCreatorInfo::hasInputTensor (C++ function)
OpCreatorInfo::hasOutputIds (C++ function)
OpCreatorInfo::OpCreatorInfo (C++ function)
OpCreatorInfo::opid (C++ member)
OpCreatorInfo::settings (C++ member)
OpDebugInfo (C++ class)
OpDebugInfo::finalize (C++ function)
OpDebugInfo::OpDebugInfo (C++ function)
,
[1]
OpDebugInfo::operator= (C++ function)
OpDebugInfo::~OpDebugInfo (C++ function)
OpDefinition (C++ class)
OpDefinition::Attribute (C++ struct)
OpDefinition::Attribute::Attribute (C++ function)
OpDefinition::Attribute::supportedValuesRegex (C++ member)
OpDefinition::attributes (C++ member)
OpDefinition::Attributes (C++ type)
OpDefinition::DataTypes (C++ type)
OpDefinition::Input (C++ struct)
OpDefinition::Input::constant (C++ member)
OpDefinition::Input::Input (C++ function)
OpDefinition::Input::name (C++ member)
OpDefinition::Input::supportedTensors (C++ member)
OpDefinition::inputs (C++ member)
OpDefinition::Inputs (C++ type)
OpDefinition::OpDefinition (C++ function)
,
[1]
OpDefinition::Output (C++ struct)
OpDefinition::Output::name (C++ member)
OpDefinition::Output::Output (C++ function)
OpDefinition::Output::supportedTensors (C++ member)
OpDefinition::outputs (C++ member)
OpDefinition::Outputs (C++ type)
OpDomain (C++ type)
OpEquivIdCreator (C++ class)
OpEquivIdCreator::appendAttr (C++ function)
OpEquivIdCreator::appendAttribute (C++ function)
,
[1]
,
[2]
,
[3]
OpEquivIdCreator::appendForwardOp (C++ function)
OpEquivIdCreator::OpEquivIdCreator (C++ function)
OpEquivIdCreator::str (C++ function)
OperatorIdentifier (C++ struct)
OperatorIdentifier::domain (C++ member)
OperatorIdentifier::numInputs (C++ member)
OperatorIdentifier::numOutputs (C++ member)
OperatorIdentifier::operator!= (C++ function)
OperatorIdentifier::operator< (C++ function)
OperatorIdentifier::operator== (C++ function)
OperatorIdentifier::OperatorIdentifier (C++ function)
OperatorIdentifier::type (C++ member)
OperatorIdentifier::version (C++ member)
OpId (C++ type)
OpJsonSerialiser (C++ class)
OpJsonSerialiser::appendAttribute (C++ function)
,
[1]
,
[2]
,
[3]
OpJsonSerialiser::appendForwardOp (C++ function)
OpJsonSerialiser::OpJsonSerialiser (C++ function)
OpManager (C++ class)
OpManager::ComplexOpFactoryFunc (C++ type)
OpManager::createOp (C++ function)
,
[1]
OpManager::createOpInGraph (C++ function)
OpManager::createOpWithInputs (C++ function)
OpManager::getAttributesFromAnyMap (C++ function)
OpManager::getOpVersionFromOpSet (C++ function)
OpManager::getSupportedOperations (C++ function)
OpManager::getSupportedOperationsDefinition (C++ function)
OpManager::getUnsupportedOperations (C++ function)
OpManager::OpFactoryFunc (C++ type)
OpManager::OpInfo (C++ class)
OpManager::OpInfo::details (C++ member)
OpManager::OpInfo::getComplexFactory (C++ function)
OpManager::OpInfo::getSimpleFactory (C++ function)
OpManager::OpInfo::hasComplexFactory (C++ function)
OpManager::OpInfo::id (C++ member)
OpManager::OpInfo::isPublic (C++ member)
OpManager::OpInfo::OpInfo (C++ function)
,
[1]
OpManager::OpManager (C++ function)
OpManager::registerOp (C++ function)
OpName (C++ type)
OpsBeforeKey (C++ type)
OpSerialiser (C++ class)
OpSerialiser::appendAttribute (C++ function)
,
[1]
,
[2]
,
[3]
OpSerialiser::appendForwardOp (C++ function)
OpSerialiser::OpSerialiser (C++ function)
OpSerialiserBase (C++ class)
OpSerialiserBase::appendAttribute (C++ function)
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
,
[9]
,
[10]
,
[11]
,
[12]
,
[13]
,
[14]
,
[15]
,
[16]
,
[17]
OpSerialiserBase::appendForwardOp (C++ function)
OpSerialiserBase::~OpSerialiserBase (C++ function)
Optimizer (C++ class)
Optimizer::clone (C++ function)
Optimizer::createOp (C++ function)
Optimizer::getAccumulationFactor (C++ function)
Optimizer::getClipNormSettings (C++ function)
Optimizer::getDebugContext (C++ function)
Optimizer::getFinalLossScalingVal (C++ function)
Optimizer::getInputIds (C++ function)
Optimizer::getInverseLossScalingTensorId (C++ function)
Optimizer::getLossScalingTensorId (C++ function)
Optimizer::getLossScalingVal (C++ function)
Optimizer::getOptimizerInputs (C++ function)
Optimizer::getReplicatedGraphCount (C++ function)
Optimizer::gradientAccumulationEnabled (C++ function)
Optimizer::hash (C++ function)
Optimizer::hasSpecific (C++ function)
,
[1]
Optimizer::lossScaling (C++ function)
Optimizer::meanGradientAccumulationEnabled (C++ function)
Optimizer::meanReductionEnabled (C++ function)
Optimizer::Optimizer (C++ function)
,
[1]
Optimizer::postMeanAccumulationEnabled (C++ function)
Optimizer::postMeanReplicationEnabled (C++ function)
Optimizer::resetTensorData (C++ function)
Optimizer::setFactorsFromOptions (C++ function)
Optimizer::setTensorData (C++ function)
Optimizer::type (C++ function)
Optimizer::type_s (C++ function)
Optimizer::validReplacement (C++ function)
Optimizer::~Optimizer (C++ function)
OptimizerDecompose (C++ class)
OptimizerReductionType (C++ enum)
OptimizerReductionType::AcclReduce (C++ enumerator)
OptimizerReductionType::AccumReduce (C++ enumerator)
OptimizerReductionType::GradReduce (C++ enumerator)
OptimizerReductionType::None (C++ enumerator)
OptimizerType (C++ enum)
OptimizerType::Adam (C++ enumerator)
OptimizerType::Adaptive (C++ enumerator)
OptimizerType::NTYPES (C++ enumerator)
OptimizerType::SGD (C++ enumerator)
OptimizerValue (C++ class)
OptimizerValue::isConst (C++ function)
OptimizerValue::operator== (C++ function)
OptimizerValue::OptimizerValue (C++ function)
,
[1]
,
[2]
,
[3]
OptimizerValue::val (C++ function)
OptimizerValue::validReplacement (C++ function)
OptimizerValueMap (C++ class)
OptimizerValueMap::get (C++ function)
OptimizerValueMap::getDefault (C++ function)
OptimizerValueMap::getSpecifics (C++ function)
OptimizerValueMap::hasSpecific (C++ function)
,
[1]
OptimizerValueMap::insertSpecific (C++ function)
OptimizerValueMap::OptimizerValueMap (C++ function)
OptimizerValueMap::validReplacement (C++ function)
OptionalBatchSerializedPhase (C++ type)
OptionalDataType (C++ type)
OptionalExecutionPhase (C++ type)
OptionalPipelineStage (C++ type)
OptionalStochasticRoundingMethod (C++ type)
OptionalTensorLocation (C++ type)
OptionalVGraphId (C++ type)
OpToIdentityPattern (C++ class)
OpToIdentityPattern::matches (C++ function)
OpType (C++ type)
OpVersion (C++ type)
OpxGrowPartId (C++ type)
OrOp (C++ class)
OrOp::clone (C++ function)
OrOp::getGradOps (C++ function)
OrOp::OrOp (C++ function)
OutIndex (C++ type)
OverlapIO (C++ class)
OverlapIO::apply (C++ function)
OverlapIO::getId (C++ function)
OverlapIO::getName (C++ function)
OverlapIO::id (C++ function)
OverlapIO::OverlapIO (C++ function)
OverlapIO::overlapIORequired (C++ function)
OverlapIO::~OverlapIO (C++ function)
P
PackedDataBlockOp (C++ class)
PackedDataBlockOp::appendOutlineAttributes (C++ function)
PackedDataBlockOp::callbackSequenceInInfos (C++ function)
PackedDataBlockOp::clone (C++ function)
PackedDataBlockOp::dataIndex (C++ function)
PackedDataBlockOp::getCallbackBatchSize (C++ function)
PackedDataBlockOp::getCallbackIterations (C++ function)
PackedDataBlockOp::getCalledGraph (C++ function)
PackedDataBlockOp::getGradOps (C++ function)
PackedDataBlockOp::getIntrospectionInVirtualGraphId (C++ function)
PackedDataBlockOp::getIntrospectionOutVirtualGraphId (C++ function)
PackedDataBlockOp::getMaxSequenceLength (C++ function)
PackedDataBlockOp::getMaxSequenceLengths (C++ function)
PackedDataBlockOp::getPackedInputs (C++ function)
PackedDataBlockOp::getPackedOutput (C++ function)
PackedDataBlockOp::getSubgraphValue (C++ function)
PackedDataBlockOp::lengthsIndex (C++ function)
PackedDataBlockOp::numCallbackInputs (C++ function)
PackedDataBlockOp::numDataInputs (C++ function)
PackedDataBlockOp::offsetsIndex (C++ function)
PackedDataBlockOp::PackedDataBlockOp (C++ function)
PackedDataBlockOp::setCalledGraph (C++ function)
PackedDataBlockOp::setup (C++ function)
PackedDataBlockPattern (C++ class)
PackedDataBlockPattern::apply (C++ function)
PackedDataBlockPattern::matches (C++ function)
PackedDataBlockPattern::touches (C++ function)
PadGradOp (C++ class)
PadGradOp::clone (C++ function)
PadGradOp::gradInputInfo (C++ function)
PadGradOp::gradOutToNonGradIn (C++ function)
PadGradOp::PadGradOp (C++ function)
PadInplaceOp (C++ class)
PadInplaceOp::aliases (C++ function)
PadInplaceOp::clone (C++ function)
PadInplaceOp::getInplaceVariant (C++ function)
PadInplaceOp::PadInplaceOp (C++ function)
PadInplaceOp::uses (C++ function)
PadOp (C++ class)
PadOp::clone (C++ function)
PadOp::connectInTensor (C++ function)
PadOp::getGradOps (C++ function)
PadOp::PadOp (C++ function)
PadSumPattern (C++ class)
PadSumPattern::apply (C++ function)
PadSumPattern::matches (C++ function)
PadSumPattern::touches (C++ function)
ParameterizedOp (C++ class)
ParameterizedOp::appendAttributes (C++ function)
ParameterizedOp::appendOutlineAttributes (C++ function)
ParameterizedOp::clone (C++ function)
ParameterizedOp::createOpFromCreatorInfo (C++ function)
ParameterizedOp::createOpInGraph (C++ function)
,
[1]
ParameterizedOp::getSubgraphValue (C++ function)
ParameterizedOp::ParameterizedOp (C++ function)
,
[1]
,
[2]
,
[3]
ParameterizedOp::params (C++ function)
ParameterizedOp::ParamsType (C++ type)
ParameterizedOp::requiresRandomSeed (C++ function)
Patterns (C++ class)
Patterns::create (C++ function)
Patterns::enableAtan2Arg0GradOp (C++ function)
Patterns::enableAtan2Arg1GradOp (C++ function)
Patterns::enableConvFlipWeightsDoubleFlip (C++ function)
Patterns::enableConvFlipWeightsGradOp (C++ function)
Patterns::enableCosGradOp (C++ function)
Patterns::enableDecomposeBinaryConstScalar (C++ function)
Patterns::enableDivArg0GradOp (C++ function)
Patterns::enableDivArg1GradOp (C++ function)
Patterns::enableExpGradOp (C++ function)
Patterns::enableExpm1GradOp (C++ function)
Patterns::enableInitAccumulate (C++ function)
Patterns::enableInPlace (C++ function)
Patterns::enableLambSerialisedWeight (C++ function)
Patterns::enableLog1pGradOp (C++ function)
Patterns::enableLogGradOp (C++ function)
Patterns::enableMatMulLhsGradOp (C++ function)
Patterns::enableMatMulOp (C++ function)
Patterns::enableMatMulRhsGradOp (C++ function)
Patterns::enableMulArgGradOp (C++ function)
Patterns::enableNegativeOneScale (C++ function)
Patterns::enableNlllWithSoftMaxGradDirect (C++ function)
Patterns::enableOpToIdentity (C++ function)
Patterns::enablePattern (C++ function)
,
[1]
Patterns::enablePostNRepl (C++ function)
Patterns::enablePowArg0GradOp (C++ function)
Patterns::enablePowArg1GradOp (C++ function)
Patterns::enablePreUniRepl (C++ function)
Patterns::enableRandomNormalLikeOpPattern (C++ function)
Patterns::enableRandomUniformLikeOpPattern (C++ function)
Patterns::enableReciprocalGradOp (C++ function)
Patterns::enableRuntimeAsserts (C++ function)
Patterns::enableSinGradOp (C++ function)
Patterns::enableSoftMaxGradDirect (C++ function)
Patterns::enableSplitGather (C++ function)
Patterns::enableSqrtGradOp (C++ function)
Patterns::enableSubtractArg1GradOp (C++ function)
Patterns::enableTiedGather (C++ function)
Patterns::enableTiedGatherAccumulate (C++ function)
Patterns::enableUpdateInplacePrioritiesForIpu (C++ function)
Patterns::enableUpsampleToResize (C++ function)
Patterns::enableZerosLikeOpPattern (C++ function)
Patterns::getAllPreAliasPatternNames (C++ function)
Patterns::getInplaceEnabled (C++ function)
Patterns::getPreAliasList (C++ function)
Patterns::getRuntimeAssertsOn (C++ function)
Patterns::getSettings (C++ function)
Patterns::getUpdateInplacePrioritiesForIpuEnabled (C++ function)
Patterns::isAtan2Arg0GradOpEnabled (C++ function)
Patterns::isAtan2Arg1GradOpEnabled (C++ function)
Patterns::isConvFlipWeightsDoubleFlipEnabled (C++ function)
Patterns::isConvFlipWeightsGradOpEnabled (C++ function)
Patterns::isCosGradOpEnabled (C++ function)
Patterns::isDecomposeBinaryConstScalarEnabled (C++ function)
Patterns::isDivArg0GradOpEnabled (C++ function)
Patterns::isDivArg1GradOpEnabled (C++ function)
Patterns::isExpandCastEnabled (C++ function)
Patterns::isExpGradOpEnabled (C++ function)
Patterns::isExpm1GradOpEnabled (C++ function)
Patterns::isFmodArg0GradOpEnabled (C++ function)
Patterns::isInitAccumulateEnabled (C++ function)
Patterns::isInPlaceEnabled (C++ function)
Patterns::isLambSerialisedWeightEnabled (C++ function)
Patterns::isLog1pGradOpEnabled (C++ function)
Patterns::isLogGradOpEnabled (C++ function)
Patterns::isMandatory (C++ function)
,
[1]
Patterns::isMatMulLhsGradOpEnabled (C++ function)
Patterns::isMatMulOpEnabled (C++ function)
Patterns::isMatMulRhsGradOpEnabled (C++ function)
Patterns::isMulArgGradOpEnabled (C++ function)
Patterns::isNegativeOneScaleEnabled (C++ function)
Patterns::isNlllWithSoftMaxGradDirectEnabled (C++ function)
Patterns::isOpToIdentityEnabled (C++ function)
Patterns::isPatternEnabled (C++ function)
,
[1]
Patterns::isPostNReplEnabled (C++ function)
Patterns::isPowArg0GradOpEnabled (C++ function)
Patterns::isPowArg1GradOpEnabled (C++ function)
Patterns::isPreUniReplEnabled (C++ function)
Patterns::isRandomNormalLikeOpPatternEnabled (C++ function)
Patterns::isRandomUniformLikeOpPatternEnabled (C++ function)
Patterns::isReciprocalGradOpEnabled (C++ function)
Patterns::isSinGradOpEnabled (C++ function)
Patterns::isSoftMaxGradDirectEnabled (C++ function)
Patterns::isSplitGatherEnabled (C++ function)
Patterns::isSqrtGradOpEnabled (C++ function)
Patterns::isSubtractArg1GradOpEnabled (C++ function)
Patterns::isTiedGatherAccumulateEnabled (C++ function)
Patterns::isTiedGatherEnabled (C++ function)
Patterns::isUpdateInplacePrioritiesForIpuEnabled (C++ function)
Patterns::isUpsampleToResizeEnabled (C++ function)
Patterns::isZerosLikeOpPatternEnabled (C++ function)
Patterns::operator<< (C++ function)
Patterns::operator== (C++ function)
Patterns::Patterns (C++ function)
,
[1]
,
[2]
Pipeline (C++ class)
Pipeline::addDynamicStashAndRestoreOps (C++ function)
Pipeline::apply (C++ function)
Pipeline::checkIsFullRecompute (C++ function)
Pipeline::checkOpsPipelineStage (C++ function)
Pipeline::contiguateIpuCopies (C++ function)
Pipeline::getId (C++ function)
Pipeline::getName (C++ function)
Pipeline::getStashSize (C++ function)
Pipeline::id (C++ function)
Pipeline::inplaceRecomputationConflict (C++ function)
Pipeline::inplaceRestoreRequiredForRecompute (C++ function)
Pipeline::Pipeline (C++ function)
Pipeline::setFinalFwdStageRecomputation (C++ function)
Pipeline::withStages (C++ function)
Pipeline::~Pipeline (C++ function)
PipelineCycle (C++ type)
PipelineStage (C++ type)
PlaceholderOp (C++ class)
PlaceholderOp::clone (C++ function)
PlaceholderOp::getSubgraphValue (C++ function)
PlaceholderOp::PlaceholderOp (C++ function)
popart (C++ type)
PopartLSTMGradOp (C++ class)
PopartLSTMGradOp::clone (C++ function)
PopartLSTMGradOp::getActivation (C++ function)
PopartLSTMGradOp::getBatchSize (C++ function)
PopartLSTMGradOp::getBiasesInIndex (C++ function)
PopartLSTMGradOp::getBiasesOutIndex (C++ function)
PopartLSTMGradOp::getFwdCellStateGradInIndex (C++ function)
PopartLSTMGradOp::getFwdOutputGradInIndex (C++ function)
PopartLSTMGradOp::getFwdOutputInIndex (C++ function)
PopartLSTMGradOp::getHiddenSize (C++ function)
PopartLSTMGradOp::getInitialStateInIndex (C++ function)
PopartLSTMGradOp::getInitialStateOutIndex (C++ function)
PopartLSTMGradOp::getInputInIndex (C++ function)
PopartLSTMGradOp::getInputOutIndex (C++ function)
PopartLSTMGradOp::getInputSize (C++ function)
PopartLSTMGradOp::getIntermediatesInIndex (C++ function)
PopartLSTMGradOp::getMaxSeqLength (C++ function)
PopartLSTMGradOp::getRecurrentActivation (C++ function)
PopartLSTMGradOp::getSequenceLensInIndex (C++ function)
PopartLSTMGradOp::getSubgraphValue (C++ function)
PopartLSTMGradOp::getWeightsInIndex (C++ function)
PopartLSTMGradOp::getWeightsOutIndex (C++ function)
PopartLSTMGradOp::gradInputInfo (C++ function)
PopartLSTMGradOp::gradOutToNonGradIn (C++ function)
PopartLSTMGradOp::optionalInputs (C++ function)
PopartLSTMGradOp::outputFullSequence (C++ member)
PopartLSTMGradOp::PopartLSTMGradOp (C++ function)
PopartLSTMGradOp::setup (C++ function)
PopartLSTMOp (C++ class)
PopartLSTMOp::clone (C++ function)
PopartLSTMOp::getActivation (C++ function)
PopartLSTMOp::getAvailableMemoryProportion (C++ function)
PopartLSTMOp::getBatchSize (C++ function)
PopartLSTMOp::getBiasesInIndex (C++ function)
PopartLSTMOp::getCellStateOutIndex (C++ function)
PopartLSTMOp::getGradOps (C++ function)
PopartLSTMOp::getHiddenSize (C++ function)
PopartLSTMOp::getInBatchAxis (C++ function)
PopartLSTMOp::getInitialStateInIndex (C++ function)
PopartLSTMOp::getInputInIndex (C++ function)
PopartLSTMOp::getInputSize (C++ function)
PopartLSTMOp::getIntermediatesOutIndex (C++ function)
PopartLSTMOp::getMaxSeqLength (C++ function)
PopartLSTMOp::getNumIntermediates (C++ function)
PopartLSTMOp::getOutBatchAxis (C++ function)
PopartLSTMOp::getOutputOutIndex (C++ function)
PopartLSTMOp::getRecurrentActivation (C++ function)
PopartLSTMOp::getSequenceLensInIndex (C++ function)
PopartLSTMOp::getSubgraphValue (C++ function)
PopartLSTMOp::getWeightsInIndex (C++ function)
PopartLSTMOp::hasBiasesInput (C++ function)
PopartLSTMOp::hasSeqLenInput (C++ function)
PopartLSTMOp::optionalInputs (C++ function)
PopartLSTMOp::outputFullSequence (C++ member)
PopartLSTMOp::PopartLSTMOp (C++ function)
,
[1]
PopartLSTMOp::setup (C++ function)
POpCmp (C++ struct)
POpCmp::operator() (C++ function)
popx::AbortOpx (C++ class)
popx::AbortOpx::AbortOpx (C++ function)
popx::AbortOpx::grow (C++ function)
popx::AbsOpx (C++ class)
popx::AbsOpx::AbsOpx (C++ function)
popx::AbsOpx::grow (C++ function)
popx::AccumulateBaseOpx (C++ class)
popx::AccumulateBaseOpx::AccumulateBaseOpx (C++ function)
popx::AccumulateBaseOpx::createInputTensor (C++ function)
popx::AccumulateBaseOpx::getCreatorViewChangers (C++ function)
popx::AccumulateBaseOpx::getInputCreatorType (C++ function)
popx::AccumulateBaseOpx::grow (C++ function)
popx::AccumulateBaseOpx::hasCreatorViewChangers (C++ function)
popx::AccumulateBaseOpx::mustExistBeforeCreate (C++ function)
popx::AccumulateOpx (C++ class)
popx::AccumulateOpx::AccumulateOpx (C++ function)
popx::AccumulateOpx::grow (C++ function)
popx::AccumulatorScaleOpx (C++ class)
popx::AccumulatorScaleOpx::AccumulatorScaleOpx (C++ function)
popx::AccumulatorScaleOpx::grow (C++ function)
popx::AdaDeltaUpdaterOpx (C++ class)
popx::AdaDeltaUpdaterOpx::AdaDeltaUpdaterOpx (C++ function)
popx::AdaDeltaUpdaterOpx::createInputTensor (C++ function)
popx::AdaDeltaUpdaterOpx::getCreatorViewChangers (C++ function)
popx::AdaDeltaUpdaterOpx::getInputCreatorType (C++ function)
popx::AdaDeltaUpdaterOpx::grow (C++ function)
popx::AdaDeltaUpdaterOpx::hasCreatorViewChangers (C++ function)
popx::AdaDeltaUpdaterOpx::mustExistBeforeCreate (C++ function)
popx::AdamUpdaterOpx (C++ class)
popx::AdamUpdaterOpx::AdamUpdaterOpx (C++ function)
popx::AdamUpdaterOpx::grow (C++ function)
popx::AdamVarUpdateOpx (C++ class)
popx::AdamVarUpdateOpx::AdamVarUpdateOpx (C++ function)
popx::AdamVarUpdateOpx::grow (C++ function)
popx::AddArg0GradOpx (C++ class)
popx::AddArg0GradOpx::AddArg0GradOpx (C++ function)
popx::AddArg1GradOpx (C++ class)
popx::AddArg1GradOpx::AddArg1GradOpx (C++ function)
popx::AddBiasBiasGradOpx (C++ class)
popx::AddBiasBiasGradOpx::AddBiasBiasGradOpx (C++ function)
popx::AddBiasDataGradOpx (C++ class)
popx::AddBiasDataGradOpx::AddBiasDataGradOpx (C++ function)
popx::AddBiasDataGradOpx::grow (C++ function)
popx::AddBiasInplaceOpx (C++ class)
popx::AddBiasInplaceOpx::AddBiasInplaceOpx (C++ function)
popx::AddBiasInplaceOpx::grow (C++ function)
popx::AddBiasOpx (C++ class)
popx::AddBiasOpx::AddBiasOpx (C++ function)
popx::AddBiasOpx::createInputTensor (C++ function)
popx::AddBiasOpx::getInputCreatorType (C++ function)
popx::AddBiasOpx::grow (C++ function)
popx::AddBiasOpx::mustExistBeforeCreate (C++ function)
popx::AddLhsInplaceOpx (C++ class)
popx::AddLhsInplaceOpx::AddLhsInplaceOpx (C++ function)
popx::AddOpx (C++ class)
popx::AddOpx::AddOpx (C++ function)
popx::AddOpx::getInputCreatorType (C++ function)
popx::AddRhsInplaceOpx (C++ class)
popx::AddRhsInplaceOpx::AddRhsInplaceOpx (C++ function)
popx::AllReduceOpx (C++ class)
popx::AllReduceOpx::AllReduceOpx (C++ function)
popx::AllReduceOpx::getInputCreatorType (C++ function)
popx::AllReduceOpx::grow (C++ function)
popx::AllReduceOpx::unwindRegion (C++ function)
popx::AllReduceOpx::unwindTensorLayout (C++ function)
popx::AndOpx (C++ class)
popx::AndOpx::AndOpx (C++ function)
popx::AndOpx::grow (C++ function)
popx::ArgExtremaOpx (C++ class)
popx::ArgExtremaOpx::ArgExtremaOpx (C++ function)
popx::ArgExtremaOpx::grow (C++ function)
popx::ArgMaxOpx (C++ class)
popx::ArgMinOpx (C++ class)
popx::AsinGradOpx (C++ class)
popx::AsinGradOpx::AsinGradOpx (C++ function)
popx::AsinGradOpx::grow (C++ function)
popx::AsinInplaceOpx (C++ class)
popx::AsinInplaceOpx::AsinInplaceOpx (C++ function)
popx::AsinOpx (C++ class)
popx::AsinOpx::AsinOpx (C++ function)
popx::Atan2LhsInplaceOpx (C++ class)
popx::Atan2LhsInplaceOpx::Atan2LhsInplaceOpx (C++ function)
popx::Atan2Opx (C++ class)
popx::Atan2Opx::Atan2Opx (C++ function)
popx::AtanGradOpx (C++ class)
popx::AtanGradOpx::AtanGradOpx (C++ function)
popx::AtanGradOpx::grow (C++ function)
popx::AtanInplaceOpx (C++ class)
popx::AtanInplaceOpx::AtanInplaceOpx (C++ function)
popx::AtanOpx (C++ class)
popx::AtanOpx::AtanOpx (C++ function)
popx::BaseConcatOpx (C++ class)
popx::BaseConcatOpx::BaseConcatOpx (C++ function)
popx::BaseConcatOpx::getInputCreatorType (C++ function)
popx::BaseConcatOpx::unwindRegion (C++ function)
popx::BaseConcatOpx::unwindTensorLayout (C++ function)
popx::BaseExpandOpx (C++ class)
popx::BaseExpandOpx::BaseExpandOpx (C++ function)
popx::BaseExpandOpx::getInputCreatorType (C++ function)
popx::BaseExpandOpx::unwindRegion (C++ function)
popx::BaseExpandOpx::unwindTensorLayout (C++ function)
popx::BasePadOpx (C++ class)
popx::BasePadOpx::BasePadOpx (C++ function)
popx::BasePadOpx::getBasePadOp (C++ function)
popx::BasePadOpx::padGrow (C++ function)
popx::BaseSliceOpx (C++ class)
popx::BaseSliceOpx::BaseSliceOpx (C++ function)
popx::BaseSliceOpx::getInputCreatorType (C++ function)
popx::BaseSliceOpx::unwindRegion (C++ function)
popx::BaseSliceOpx::unwindTensorLayout (C++ function)
popx::BaseSortOpx (C++ class)
popx::BaseSortOpx::BaseSortOpx (C++ function)
popx::BaseSortOpx::createInputTensor (C++ function)
popx::BaseSortOpx::getInputCreatorType (C++ function)
popx::BaseSortOpx::mustExistBeforeCreate (C++ function)
popx::BaseWhereOpx (C++ class)
popx::BaseWhereOpx::BaseWhereOpx (C++ function)
popx::BaseWhereOpx::createInputTensor (C++ function)
popx::BaseWhereOpx::getInputCreatorType (C++ function)
popx::BaseWhereOpx::grow (C++ function)
popx::BaseWhereOpx::mustExistBeforeCreate (C++ function)
popx::BaseWhereOpx::unwindRegion (C++ function)
popx::BaseWhereOpx::unwindTensorLayout (C++ function)
popx::BatchNormGradOpx (C++ class)
popx::BatchNormGradOpx::BatchNormGradOpx (C++ function)
popx::BatchNormGradOpx::grow (C++ function)
popx::BatchNormOpx (C++ class)
popx::BatchNormOpx::BatchNormOpx (C++ function)
popx::BatchNormOpx::grow (C++ function)
popx::BinaryComparisonOpx (C++ class)
popx::BinaryComparisonOpx::BinaryComparisonOpx (C++ function)
popx::BitwiseBinaryOpx (C++ class)
popx::BitwiseBinaryOpx::BitwiseBinaryOpx (C++ function)
popx::BitwiseBinaryOpx::grow (C++ function)
popx::BitwiseNotOpx (C++ class)
popx::BitwiseNotOpx::BitwiseNotOpx (C++ function)
popx::BitwiseNotOpx::grow (C++ function)
popx::CallGradOpx (C++ class)
popx::CallGradOpx::CallGradOpx (C++ function)
popx::CallOpx (C++ class)
popx::CallOpx::CallOpx (C++ function)
popx::CallOpx::getInputCreatorType (C++ function)
popx::CallOpx::grow (C++ function)
,
[1]
popx::CastGradOpx (C++ class)
popx::CastGradOpx::CastGradOpx (C++ function)
popx::CastOpx (C++ class)
popx::CastOpx::CastOpx (C++ function)
popx::CastOpx::grow (C++ function)
popx::CeilInplaceOpx (C++ class)
popx::CeilInplaceOpx::CeilInplaceOpx (C++ function)
popx::CeilOpx (C++ class)
popx::CeilOpx::CeilOpx (C++ function)
popx::ClipGradOpx (C++ class)
popx::ClipGradOpx::ClipGradOpx (C++ function)
popx::ClipGradOpx::grow (C++ function)
popx::ClipInplaceOpx (C++ class)
popx::ClipInplaceOpx::ClipInplaceOpx (C++ function)
popx::ClipOpx (C++ class)
popx::ClipOpx::ClipOpx (C++ function)
popx::CollectivesBaseOpx (C++ class)
popx::CollectivesBaseOpx::CollectivesBaseOpx (C++ function)
popx::CollectivesBaseOpx::createCollectiveBalancedReorder (C++ function)
popx::CollectivesBaseOpx::getCollectiveBalancedReorder (C++ function)
popx::CollectivesBaseOpx::getCollectiveLinkedGroup (C++ function)
popx::ConcatGradOpx (C++ class)
popx::ConcatGradOpx::ConcatGradOpx (C++ function)
popx::ConcatGradOpx::grow (C++ function)
popx::ConcatInplaceOpx (C++ class)
popx::ConcatInplaceOpx::ConcatInplaceOpx (C++ function)
popx::ConcatInplaceOpx::grow (C++ function)
popx::ConcatOpx (C++ class)
popx::ConcatOpx::ConcatOpx (C++ function)
popx::ConcatOpx::grow (C++ function)
popx::ConvFlipWeightsGradOpx (C++ class)
popx::ConvFlipWeightsGradOpx::ConvFlipWeightsGradOpx (C++ function)
popx::ConvFlipWeightsGradOpx::grow (C++ function)
popx::ConvOpx (C++ class)
popx::ConvOpx::convolve (C++ function)
popx::ConvOpx::ConvOpx (C++ function)
popx::ConvOpx::createDataInput (C++ function)
popx::ConvOpx::createWeightsInput (C++ function)
popx::ConvWeightsGradOpx (C++ class)
popx::ConvWeightsGradOpx::calculateWeightDeltas (C++ function)
popx::ConvWeightsGradOpx::ConvWeightsGradOpx (C++ function)
popx::CopyVarUpdateOpx (C++ class)
popx::CopyVarUpdateOpx::CopyVarUpdateOpx (C++ function)
popx::CopyVarUpdateOpx::createInputTensor (C++ function)
popx::CopyVarUpdateOpx::getInputCreatorType (C++ function)
popx::CopyVarUpdateOpx::grow (C++ function)
popx::CopyVarUpdateOpx::mustExistBeforeCreate (C++ function)
popx::CosOpx (C++ class)
popx::CosOpx::CosOpx (C++ function)
popx::CosOpx::grow (C++ function)
popx::CtcBeamSearchDecoderOpx (C++ class)
popx::CtcBeamSearchDecoderOpx::CtcBeamSearchDecoderOpx (C++ function)
popx::CtcBeamSearchDecoderOpx::grow (C++ function)
popx::CtcBeamSearchDecoderOpx::~CtcBeamSearchDecoderOpx (C++ function)
popx::CtcGradOpx (C++ class)
popx::CtcGradOpx::CtcGradOpx (C++ function)
popx::CtcGradOpx::grow (C++ function)
popx::CtcOpx (C++ class)
popx::CtcOpx::createInputTensor (C++ function)
popx::CtcOpx::CtcOpx (C++ function)
popx::CtcOpx::getInputCreatorType (C++ function)
popx::CtcOpx::grow (C++ function)
popx::CtcOpx::mustExistBeforeCreate (C++ function)
popx::CtcOpx::~CtcOpx (C++ function)
popx::CumSumGradOpx (C++ class)
popx::CumSumGradOpx::CumSumGradOpx (C++ function)
popx::CumSumGradOpx::grow (C++ function)
popx::CumSumOpx (C++ class)
popx::CumSumOpx::CumSumOpx (C++ function)
popx::CumSumOpx::grow (C++ function)
popx::DetachInplaceOpx (C++ class)
popx::DetachInplaceOpx::DetachInplaceOpx (C++ function)
popx::DetachInplaceOpx::grow (C++ function)
popx::DetachOpx (C++ class)
popx::DetachOpx::DetachOpx (C++ function)
popx::DetachOpx::grow (C++ function)
popx::Devicex (C++ class)
popx::Devicex::connectHostFunction (C++ function)
popx::Devicex::connectRandomSeedStream (C++ function)
popx::Devicex::connectRngStateStream (C++ function)
popx::Devicex::connectStream (C++ function)
popx::Devicex::connectStreamToCallback (C++ function)
popx::Devicex::convCache (C++ member)
popx::Devicex::copyFromRemoteBuffer (C++ function)
popx::Devicex::copyToRemoteBuffer (C++ function)
popx::Devicex::cycleCountTensorToHost (C++ function)
popx::Devicex::Devicex (C++ function)
popx::Devicex::getAccumulationFactor (C++ function)
popx::Devicex::getDeviceInfo (C++ function)
,
[1]
popx::Devicex::getEfficientlyCreatedInputTensors (C++ function)
popx::Devicex::getGlobalReplicaOffset (C++ function)
popx::Devicex::getGlobalReplicationFactor (C++ function)
popx::Devicex::getLinearlyCreatedInputTensors (C++ function)
popx::Devicex::getRandomSeedToHost (C++ function)
popx::Devicex::getReplicationFactor (C++ function)
popx::Devicex::getReport (C++ function)
popx::Devicex::getRngStateToHost (C++ function)
popx::Devicex::getSerializedGraph (C++ function)
popx::Devicex::getSummaryReport (C++ function)
popx::Devicex::ir (C++ function)
popx::Devicex::isEngineLoaded (C++ function)
popx::Devicex::isReplicatedGraph (C++ function)
popx::Devicex::loadEngineAndConnectStreams (C++ function)
popx::Devicex::lowering (C++ function)
,
[1]
popx::Devicex::matmulCache (C++ member)
popx::Devicex::optimizerFromHost (C++ function)
popx::Devicex::popxlAreHostWeightsInSync (C++ function)
popx::Devicex::popxlMarkHostWeightsInSync (C++ function)
popx::Devicex::popxlMarkHostWeightsOutOfSync (C++ function)
popx::Devicex::popxlWeightsToTensorData (C++ function)
popx::Devicex::prepare (C++ function)
popx::Devicex::prepareHasBeenCalled (C++ function)
popx::Devicex::prePlanConvolutions (C++ member)
popx::Devicex::prePlanMatMuls (C++ member)
popx::Devicex::readWeights (C++ function)
popx::Devicex::remoteBufferWeightsFromHost (C++ function)
popx::Devicex::remoteBufferWeightsToHost (C++ function)
popx::Devicex::run (C++ function)
,
[1]
popx::Devicex::serializeExecutable (C++ function)
,
[1]
popx::Devicex::setDeviceInfo (C++ function)
popx::Devicex::setEngineIsLoaded (C++ function)
popx::Devicex::setRandomSeedFromHost (C++ function)
popx::Devicex::setRngStateFromHost (C++ function)
popx::Devicex::setRngStateValue (C++ function)
popx::Devicex::weightsFromHost (C++ function)
popx::Devicex::weightsToHost (C++ function)
,
[1]
popx::Devicex::writeWeights (C++ function)
popx::Devicex::~Devicex (C++ function)
popx::devicex_memory_allocation_err (C++ class)
popx::devicex_memory_allocation_err::clone (C++ function)
popx::devicex_memory_allocation_err::devicex_memory_allocation_err (C++ function)
,
[1]
popx::devicex_memory_allocation_err::getProfilePath (C++ function)
popx::devicex_memory_allocation_err::getSummaryReport (C++ function)
popx::DevicexCpuInfo (C++ class)
popx::DevicexCpuInfo::DevicexCpuInfo (C++ function)
popx::DevicexCpuInfo::getChildIds (C++ function)
popx::DevicexCpuInfo::getId (C++ function)
popx::DevicexCpuInfo::getVersion (C++ function)
popx::DevicexInfo (C++ class)
popx::DevicexInfo::attach (C++ function)
popx::DevicexInfo::detach (C++ function)
popx::DevicexInfo::DevicexInfo (C++ function)
popx::DevicexInfo::getDevice (C++ function)
popx::DevicexInfo::getDriverIds (C++ function)
popx::DevicexInfo::getIpuVersion (C++ function)
popx::DevicexInfo::getNumIpus (C++ function)
popx::DevicexInfo::getNumWorkerContexts (C++ function)
popx::DevicexInfo::getTarget (C++ function)
popx::DevicexInfo::getTilesPerIPU (C++ function)
popx::DevicexInfo::isAttached (C++ function)
popx::DevicexInfo::previouslyLoadedDevicexs (C++ member)
popx::DevicexInfo::~DevicexInfo (C++ function)
popx::DevicexIpuInfo (C++ class)
popx::DevicexIpuInfo::canCompileOffline (C++ function)
popx::DevicexIpuInfo::DevicexIpuInfo (C++ function)
popx::DevicexIpuInfo::getChildIds (C++ function)
popx::DevicexIpuInfo::getId (C++ function)
popx::DevicexIpuInfo::getVersion (C++ function)
popx::DevicexIpuModelInfo (C++ class)
popx::DevicexIpuModelInfo::DevicexIpuModelInfo (C++ function)
popx::DevicexIpuModelInfo::getChildIds (C++ function)
popx::DevicexIpuModelInfo::getId (C++ function)
popx::DevicexIpuModelInfo::getVersion (C++ function)
popx::DevicexManager (C++ class)
popx::DevicexManager::createHostDevice (C++ function)
popx::DevicexManager::createOfflineIpuFromDeviceInfo (C++ function)
popx::DevicexManager::DevicexManager (C++ function)
popx::DevicexManager::enumerate (C++ function)
popx::DevicexManager::getDevice (C++ function)
popx::DevicexOfflineIpuInfo (C++ class)
popx::DevicexOfflineIpuInfo::attach (C++ function)
popx::DevicexOfflineIpuInfo::canCompileOffline (C++ function)
popx::DevicexOfflineIpuInfo::detach (C++ function)
popx::DevicexOfflineIpuInfo::DevicexOfflineIpuInfo (C++ function)
popx::DevicexOfflineIpuInfo::getChildIds (C++ function)
popx::DevicexOfflineIpuInfo::getDriverIds (C++ function)
popx::DevicexOfflineIpuInfo::getId (C++ function)
popx::DevicexOfflineIpuInfo::getIpuVersion (C++ function)
popx::DevicexOfflineIpuInfo::getNumIpus (C++ function)
popx::DevicexOfflineIpuInfo::getNumWorkerContexts (C++ function)
popx::DevicexOfflineIpuInfo::getTarget (C++ function)
popx::DevicexOfflineIpuInfo::getTilesPerIPU (C++ function)
popx::DevicexOfflineIpuInfo::getVersion (C++ function)
popx::DevicexOfflineIpuInfo::isAttached (C++ function)
popx::DevicexSimInfo (C++ class)
popx::DevicexSimInfo::DevicexSimInfo (C++ function)
popx::DevicexSimInfo::getChildIds (C++ function)
popx::DevicexSimInfo::getId (C++ function)
popx::DevicexSimInfo::getVersion (C++ function)
popx::DivOpx (C++ class)
popx::DivOpx::DivOpx (C++ function)
popx::DivOpx::grow (C++ function)
popx::DropoutOpx (C++ class)
popx::DropoutOpx::DropoutOpx (C++ function)
popx::DropoutOpx::getInputCreatorType (C++ function)
popx::DropoutOpx::grow (C++ function)
popx::DynamicAddInplaceOpx (C++ class)
popx::DynamicAddInplaceOpx::cloneNcopyOpt (C++ function)
popx::DynamicAddInplaceOpx::DynamicAddInplaceOpx (C++ function)
popx::DynamicAddOpx (C++ class)
popx::DynamicAddOpx::DynamicAddOpx (C++ function)
popx::DynamicAddOpx::grow (C++ function)
popx::DynamicSliceInplaceOpx (C++ class)
popx::DynamicSliceInplaceOpx::DynamicSliceInplaceOpx (C++ function)
popx::DynamicSliceInplaceOpx::grow (C++ function)
popx::DynamicSliceOpx (C++ class)
popx::DynamicSliceOpx::createInputTensor (C++ function)
popx::DynamicSliceOpx::DynamicSliceOpx (C++ function)
popx::DynamicSliceOpx::getInputCreatorType (C++ function)
popx::DynamicSliceOpx::grow (C++ function)
popx::DynamicSliceOpx::mustExistBeforeCreate (C++ function)
popx::DynamicSliceOpx::unwindRegion (C++ function)
popx::DynamicSliceOpx::unwindTensorLayout (C++ function)
popx::DynamicUpdateInplaceOpx (C++ class)
popx::DynamicUpdateInplaceOpx::cloneNcopyOpt (C++ function)
popx::DynamicUpdateInplaceOpx::DynamicUpdateInplaceOpx (C++ function)
popx::DynamicUpdateOpx (C++ class)
popx::DynamicUpdateOpx::cloneNcopyOpt (C++ function)
popx::DynamicUpdateOpx::createInputTensor (C++ function)
popx::DynamicUpdateOpx::DynamicUpdateOpx (C++ function)
popx::DynamicUpdateOpx::getInputCreatorType (C++ function)
popx::DynamicUpdateOpx::grow (C++ function)
popx::DynamicUpdateOpx::mustExistBeforeCreate (C++ function)
popx::DynamicUpdateOpx::unwindRegion (C++ function)
popx::DynamicUpdateOpx::unwindTensorLayout (C++ function)
popx::DynamicZeroInplaceOpx (C++ class)
popx::DynamicZeroInplaceOpx::cloneNcopyOpt (C++ function)
popx::DynamicZeroInplaceOpx::DynamicZeroInplaceOpx (C++ function)
popx::DynamicZeroOpx (C++ class)
popx::DynamicZeroOpx::cloneNcopyOpt (C++ function)
popx::DynamicZeroOpx::DynamicZeroOpx (C++ function)
popx::DynamicZeroOpx::getInputCreatorType (C++ function)
popx::DynamicZeroOpx::grow (C++ function)
popx::DynamicZeroOpx::unwindRegion (C++ function)
popx::DynamicZeroOpx::unwindTensorLayout (C++ function)
popx::ElementWiseBinaryInplaceOpx (C++ class)
popx::ElementWiseBinaryInplaceOpx::ElementWiseBinaryInplaceOpx (C++ function)
popx::ElementWiseBinaryInplaceOpx::grow (C++ function)
popx::ElementWiseBinaryOpx (C++ class)
popx::ElementWiseBinaryOpx::createInputTensor (C++ function)
popx::ElementWiseBinaryOpx::ElementWiseBinaryOpx (C++ function)
popx::ElementWiseBinaryOpx::getInputCreatorType (C++ function)
popx::ElementWiseBinaryOpx::mustExistBeforeCreate (C++ function)
popx::ElementWiseBinaryOpx::unwindRegion (C++ function)
popx::ElementWiseBinaryOpx::unwindTensorLayout (C++ function)
popx::ElementWiseBinaryOutplaceOpx (C++ class)
popx::ElementWiseBinaryOutplaceOpx::ElementWiseBinaryOutplaceOpx (C++ function)
popx::ElementWiseBinaryOutplaceOpx::grow (C++ function)
popx::ElementWiseUnaryInplaceOpx (C++ class)
popx::ElementWiseUnaryInplaceOpx::ElementWiseUnaryInplaceOpx (C++ function)
popx::ElementWiseUnaryInplaceOpx::grow (C++ function)
popx::ElementWiseUnaryOpx (C++ class)
popx::ElementWiseUnaryOpx::ElementWiseUnaryOpx (C++ function)
popx::ElementWiseUnaryOpx::getInputCreatorType (C++ function)
popx::ElementWiseUnaryOpx::unwindRegion (C++ function)
popx::ElementWiseUnaryOpx::unwindTensorLayout (C++ function)
popx::ElementWiseUnaryOutplaceOpx (C++ class)
popx::ElementWiseUnaryOutplaceOpx::ElementWiseUnaryOutplaceOpx (C++ function)
popx::ElementWiseUnaryOutplaceOpx::grow (C++ function)
popx::EluGradOpx (C++ class)
popx::EluGradOpx::EluGradOpx (C++ function)
popx::EluGradOpx::grow (C++ function)
popx::EluInplaceOpx (C++ class)
popx::EluInplaceOpx::EluInplaceOpx (C++ function)
popx::EluOpx (C++ class)
popx::EluOpx::EluOpx (C++ function)
popx::EqualOpx (C++ class)
popx::EqualOpx::EqualOpx (C++ function)
popx::EqualOpx::grow (C++ function)
popx::ErfxGradOpx (C++ class)
popx::ErfxGradOpx::ErfxGradOpx (C++ function)
popx::ErfxGradOpx::grow (C++ function)
popx::ErfxOpx (C++ class)
popx::ErfxOpx::ErfxOpx (C++ function)
popx::ErfxOpx::grow (C++ function)
popx::ExchangeBaseOpx (C++ class)
popx::ExchangeBaseOpx::ExchangeBaseOpx (C++ function)
popx::ExchangeBaseOpx::mustExistBeforeCreate (C++ function)
popx::Executablex (C++ class)
popx::Executablex::containsTensor (C++ function)
popx::Executablex::createFromLoweredIr (C++ function)
popx::Executablex::createFromStream (C++ function)
popx::Executablex::Executablex (C++ function)
,
[1]
popx::Executablex::getAnchorTensors (C++ function)
popx::Executablex::getCachePath (C++ function)
popx::Executablex::getCollectiveBalancedHostRearrangement (C++ function)
popx::Executablex::getCollectiveBalancedHostRearrangementIds (C++ function)
popx::Executablex::getCollectiveBalancedHostRearrangements (C++ function)
popx::Executablex::getDataStreamTensors (C++ function)
popx::Executablex::getOptimizerTensors (C++ function)
popx::Executablex::getSeedTensor (C++ function)
popx::Executablex::getSessionOptions (C++ function)
popx::Executablex::getTensor (C++ function)
,
[1]
popx::Executablex::getWeightTensors (C++ function)
,
[1]
popx::Executablex::ir (C++ function)
popx::Executablex::isDeserialized (C++ function)
popx::Executablex::lowering (C++ function)
,
[1]
popx::Executablex::resetWeights (C++ function)
popx::Executablex::setRandomSeedValue (C++ function)
popx::Executablex::shouldSerialize (C++ function)
popx::Executablex::updateOptimizerTensors (C++ function)
popx::ExpandGradOpx (C++ class)
popx::ExpandGradOpx::ExpandGradOpx (C++ function)
popx::ExpandGradOpx::grow (C++ function)
popx::ExpandInplaceOpx (C++ class)
popx::ExpandInplaceOpx::ExpandInplaceOpx (C++ function)
popx::ExpandInplaceOpx::grow (C++ function)
popx::ExpandOpx (C++ class)
popx::ExpandOpx::ExpandOpx (C++ function)
popx::ExpandOpx::grow (C++ function)
popx::ExpInplaceOpx (C++ class)
popx::ExpInplaceOpx::ExpInplaceOpx (C++ function)
popx::Expm1InplaceOpx (C++ class)
popx::Expm1InplaceOpx::Expm1InplaceOpx (C++ function)
popx::Expm1Opx (C++ class)
popx::Expm1Opx::Expm1Opx (C++ function)
popx::ExpOpx (C++ class)
popx::ExpOpx::ExpOpx (C++ function)
popx::FloorInplaceOpx (C++ class)
popx::FloorInplaceOpx::FloorInplaceOpx (C++ function)
popx::FloorOpx (C++ class)
popx::FloorOpx::FloorOpx (C++ function)
popx::FmodOpx (C++ class)
popx::FmodOpx::FmodOpx (C++ function)
popx::FmodOpx::grow (C++ function)
popx::GatherBaseOpx (C++ class)
popx::GatherBaseOpx::createInputTensor (C++ function)
popx::GatherBaseOpx::GatherBaseOpx (C++ function)
popx::GatherBaseOpx::getInputCreatorType (C++ function)
popx::GatherBaseOpx::grow (C++ function)
popx::GatherBaseOpx::mustExistBeforeCreate (C++ function)
popx::GatherGradOpx (C++ class)
popx::GatherGradOpx::createInputTensor (C++ function)
popx::GatherGradOpx::GatherGradOpx (C++ function)
popx::GatherGradOpx::getInputCreatorType (C++ function)
popx::GatherGradOpx::grow (C++ function)
popx::GatherGradOpx::handleNDMultiUpdate (C++ function)
popx::GatherGradOpx::mustExistBeforeCreate (C++ function)
popx::GatherOpx (C++ class)
popx::GatherOpx::createInputTensor (C++ function)
popx::GatherOpx::GatherOpx (C++ function)
popx::GatherOpx::getInputCreatorType (C++ function)
popx::GatherOpx::grow (C++ function)
popx::GeluGradOpx (C++ class)
popx::GeluGradOpx::GeluGradOpx (C++ function)
popx::GeluGradOpx::grow (C++ function)
popx::GeluInplaceOpx (C++ class)
popx::GeluInplaceOpx::GeluInplaceOpx (C++ function)
popx::GeluOpx (C++ class)
popx::GeluOpx::GeluOpx (C++ function)
popx::GetRandomSeedOpx (C++ class)
popx::GetRandomSeedOpx::GetRandomSeedOpx (C++ function)
popx::GetRandomSeedOpx::grow (C++ function)
popx::GreaterOpx (C++ class)
popx::GreaterOpx::GreaterOpx (C++ function)
popx::GreaterOpx::grow (C++ function)
popx::GroupNormGradOpx (C++ class)
popx::GroupNormGradOpx::GroupNormGradOpx (C++ function)
popx::GroupNormGradOpx::grow (C++ function)
popx::GroupNormOpx (C++ class)
popx::GroupNormOpx::GroupNormOpx (C++ function)
popx::GroupNormOpx::grow (C++ function)
popx::GRUGradOpx (C++ class)
popx::GRUGradOpx::grow (C++ function)
popx::GRUGradOpx::GRUGradOpx (C++ function)
popx::GRUOpx (C++ class)
popx::GRUOpx::createInputTensor (C++ function)
popx::GRUOpx::getInputCreatorType (C++ function)
popx::GRUOpx::grow (C++ function)
popx::GRUOpx::GRUOpx (C++ function)
popx::GRUOpx::mustExistBeforeCreate (C++ function)
popx::GRUOpx::reshapePoplibBiasesForOnnx (C++ function)
popx::GRUOpx::reshapePoplibWeightsForOnnx (C++ function)
popx::HardSigmoidGradOpx (C++ class)
popx::HardSigmoidGradOpx::grow (C++ function)
popx::HardSigmoidGradOpx::HardSigmoidGradOpx (C++ function)
popx::HardSigmoidInplaceOpx (C++ class)
popx::HardSigmoidInplaceOpx::HardSigmoidInplaceOpx (C++ function)
popx::HardSigmoidOpx (C++ class)
popx::HardSigmoidOpx::HardSigmoidOpx (C++ function)
popx::HistogramOpx (C++ class)
popx::HistogramOpx::grow (C++ function)
popx::HistogramOpx::HistogramOpx (C++ function)
popx::HostBaseOpx (C++ class)
popx::HostBaseOpx::HostBaseOpx (C++ function)
popx::HostLoadInplaceOpx (C++ class)
popx::HostLoadInplaceOpx::HostLoadInplaceOpx (C++ function)
popx::HostLoadOpx (C++ class)
popx::HostLoadOpx::createInputTensor (C++ function)
popx::HostLoadOpx::getInputCreatorType (C++ function)
popx::HostLoadOpx::grow (C++ function)
popx::HostLoadOpx::HostLoadOpx (C++ function)
popx::HostLoadOpx::unwindRegion (C++ function)
popx::HostLoadOpx::unwindTensorLayout (C++ function)
popx::HostStoreOpx (C++ class)
popx::HostStoreOpx::createInputTensor (C++ function)
popx::HostStoreOpx::getInputCreatorType (C++ function)
popx::HostStoreOpx::grow (C++ function)
popx::HostStoreOpx::HostStoreOpx (C++ function)
popx::ICreatorCandidate (C++ class)
popx::ICreatorCandidate::createInput (C++ function)
popx::ICreatorCandidate::getMaxCreatorPriority (C++ function)
popx::ICreatorCandidate::getNumElems (C++ function)
popx::ICreatorCandidate::getPathsFromInput (C++ function)
popx::ICreatorCandidate::getScheduleIndex (C++ function)
popx::ICreatorCandidate::greaterThan (C++ function)
popx::ICreatorCandidate::ICreatorCandidate (C++ function)
popx::ICreatorCandidate::mustExistBeforeCreate (C++ function)
popx::ICreatorCandidate::str (C++ function)
popx::ICreatorCandidate::unwind (C++ function)
,
[1]
,
[2]
popx::ICreatorCandidate::~ICreatorCandidate (C++ function)
popx::ICreatorCandidatePtr (C++ type)
popx::IdentityGradOpx (C++ class)
popx::IdentityGradOpx::grow (C++ function)
popx::IdentityGradOpx::IdentityGradOpx (C++ function)
popx::IdentityInplaceOpx (C++ class)
popx::IdentityInplaceOpx::grow (C++ function)
popx::IdentityInplaceOpx::IdentityInplaceOpx (C++ function)
popx::IdentityLossGradOpx (C++ class)
popx::IdentityLossGradOpx::grow (C++ function)
popx::IdentityLossGradOpx::IdentityLossGradOpx (C++ function)
popx::IdentityLossGradOpx::outputCreatedExternally (C++ function)
popx::IdentityLossOpx (C++ class)
popx::IdentityLossOpx::getInputCreatorType (C++ function)
popx::IdentityLossOpx::grow (C++ function)
popx::IdentityLossOpx::IdentityLossOpx (C++ function)
popx::IdentityLossOpx::unwindRegion (C++ function)
popx::IdentityLossOpx::unwindTensorLayout (C++ function)
popx::IdentityOpx (C++ class)
popx::IdentityOpx::grow (C++ function)
popx::IdentityOpx::IdentityOpx (C++ function)
popx::IfGradOpx (C++ class)
popx::IfGradOpx::IfGradOpx (C++ function)
popx::IfOpx (C++ class)
popx::IfOpx::grow (C++ function)
popx::IfOpx::IfOpx (C++ function)
popx::IncrementModInplaceOpx (C++ class)
popx::IncrementModInplaceOpx::IncrementModInplaceOpx (C++ function)
popx::IncrementModOpx (C++ class)
popx::IncrementModOpx::IncrementModOpx (C++ function)
popx::InitOpx (C++ class)
popx::InitOpx::grow (C++ function)
popx::InitOpx::InitOpx (C++ function)
popx::InitOpx::outputCreatedExternally (C++ function)
popx::InputCreatorCandidate (C++ class)
popx::InputCreatorCandidate::createInput (C++ function)
popx::InputCreatorCandidate::getIndex (C++ function)
popx::InputCreatorCandidate::getMaxCreatorPriority (C++ function)
popx::InputCreatorCandidate::getNumElems (C++ function)
popx::InputCreatorCandidate::getOpx (C++ function)
popx::InputCreatorCandidate::getPathsFromInput (C++ function)
popx::InputCreatorCandidate::getScheduleIndex (C++ function)
popx::InputCreatorCandidate::InputCreatorCandidate (C++ function)
,
[1]
popx::InputCreatorCandidate::mustExistBeforeCreate (C++ function)
popx::InputCreatorCandidate::setPathFromInput (C++ function)
popx::InputCreatorCandidate::str (C++ function)
popx::InputCreatorCandidate::unwind (C++ function)
,
[1]
,
[2]
popx::InputCreatorCandidate::~InputCreatorCandidate (C++ function)
popx::InputCreatorType (C++ enum)
popx::InputCreatorType::CanCreate (C++ enumerator)
popx::InputCreatorType::CanCreateOrUnwind (C++ enumerator)
popx::InputCreatorType::CanDelegate (C++ enumerator)
popx::InputCreatorType::CanDelegateOrUnwind (C++ enumerator)
popx::InputCreatorType::CanUnwind (C++ enumerator)
popx::InputCreatorType::Deadend (C++ enumerator)
popx::InputMultiCreatorCandidate (C++ class)
popx::InputMultiCreatorCandidate::addCreatorCandidate (C++ function)
popx::InputMultiCreatorCandidate::createInput (C++ function)
popx::InputMultiCreatorCandidate::getMaxCreatorPriority (C++ function)
popx::InputMultiCreatorCandidate::getNumElems (C++ function)
popx::InputMultiCreatorCandidate::getPathsFromInput (C++ function)
popx::InputMultiCreatorCandidate::getScheduleIndex (C++ function)
popx::InputMultiCreatorCandidate::InputMultiCreatorCandidate (C++ function)
popx::InputMultiCreatorCandidate::mustExistBeforeCreate (C++ function)
popx::InputMultiCreatorCandidate::str (C++ function)
popx::InputMultiCreatorCandidate::unwind (C++ function)
,
[1]
,
[2]
popx::InputMultiCreatorCandidate::~InputMultiCreatorCandidate (C++ function)
popx::InstanceNormGradOpx (C++ class)
popx::InstanceNormGradOpx::grow (C++ function)
popx::InstanceNormGradOpx::InstanceNormGradOpx (C++ function)
popx::InstanceNormOpx (C++ class)
popx::InstanceNormOpx::grow (C++ function)
popx::InstanceNormOpx::InstanceNormOpx (C++ function)
popx::IoTileCopyOpx (C++ class)
popx::IoTileCopyOpx::getInputCreatorType (C++ function)
popx::IoTileCopyOpx::grow (C++ function)
popx::IoTileCopyOpx::IoTileCopyOpx (C++ function)
popx::IoTileCopyOpx::outputCreatedExternally (C++ function)
popx::IoTileCopyOpx::unwindRegion (C++ function)
popx::IoTileCopyOpx::unwindTensorLayout (C++ function)
popx::IpuCopyOpx (C++ class)
popx::IpuCopyOpx::canUnwind (C++ function)
popx::IpuCopyOpx::createPipelinedOutput (C++ function)
popx::IpuCopyOpx::dstVirtualGraph (C++ function)
popx::IpuCopyOpx::getInputCreatorType (C++ function)
popx::IpuCopyOpx::grow (C++ function)
popx::IpuCopyOpx::growPipelined (C++ function)
popx::IpuCopyOpx::IpuCopyOpx (C++ function)
popx::IpuCopyOpx::srcVirtualGraph (C++ function)
popx::IpuCopyOpx::unwindRegion (C++ function)
popx::IpuCopyOpx::unwindTensorLayout (C++ function)
popx::IrLowering (C++ class)
popx::IrLowering::addEfficientlyCreatedInputTensors (C++ function)
popx::IrLowering::addFunctionBuffers (C++ function)
popx::IrLowering::addLinearlyCreatedInputTensors (C++ function)
popx::IrLowering::addPipelineIndexTensor (C++ function)
popx::IrLowering::containsFragment (C++ function)
popx::IrLowering::containsFragments (C++ function)
popx::IrLowering::createFragment (C++ function)
popx::IrLowering::createOpx (C++ function)
popx::IrLowering::cycleCountStreamId (C++ function)
popx::IrLowering::d2hId (C++ function)
popx::IrLowering::doRearrangeOnHost (C++ function)
popx::IrLowering::dv_p (C++ member)
popx::IrLowering::engineOptions (C++ member)
popx::IrLowering::FunctionBuffers (C++ type)
popx::IrLowering::gclOptions (C++ member)
popx::IrLowering::getAccumulationFactor (C++ function)
popx::IrLowering::getAliasZeroCopy (C++ function)
popx::IrLowering::getConst (C++ function)
popx::IrLowering::getContextOpString (C++ function)
popx::IrLowering::getCreatorEndpoints (C++ function)
popx::IrLowering::getCycleCountIds (C++ function)
popx::IrLowering::getDependencyFreeInitTensorCreatorTask (C++ function)
popx::IrLowering::getDeviceInfo (C++ function)
popx::IrLowering::getEfficientlyCreatedInputTensors (C++ function)
popx::IrLowering::getExchangeBundle (C++ function)
,
[1]
popx::IrLowering::getExecutable (C++ function)
popx::IrLowering::getFragmentFunction (C++ function)
popx::IrLowering::getFragmentFunctions (C++ function)
popx::IrLowering::getFromHostStreams (C++ function)
popx::IrLowering::getFunctionBuffer (C++ function)
popx::IrLowering::getGlobalReplicaOffset (C++ function)
popx::IrLowering::getGlobalReplicationFactor (C++ function)
popx::IrLowering::getLinearlyCreatedInputTensors (C++ function)
popx::IrLowering::getLinearMapper (C++ function)
popx::IrLowering::getLivenessAnalyzer (C++ function)
popx::IrLowering::getMainGraphOpCounts (C++ function)
popx::IrLowering::getMainGraphOpSeries (C++ function)
popx::IrLowering::getMainGraphOpSeriesNums (C++ function)
popx::IrLowering::getNumFragments (C++ function)
popx::IrLowering::getOpx (C++ function)
,
[1]
popx::IrLowering::getOpxState (C++ function)
popx::IrLowering::getOuterLoopFragEmpty (C++ function)
popx::IrLowering::getPipelineIndexTensors (C++ function)
popx::IrLowering::getPoplarGraphDebugName (C++ function)
popx::IrLowering::getProgramHandleIndexMap (C++ function)
popx::IrLowering::getReplicatedTensorShardingBundle (C++ function)
,
[1]
popx::IrLowering::getReplicationFactor (C++ function)
popx::IrLowering::getScalarVariable (C++ function)
popx::IrLowering::getSerializedGraph (C++ function)
popx::IrLowering::getSubgraphPartitioner (C++ function)
popx::IrLowering::getTensorCreators (C++ function)
popx::IrLowering::getToHostAnchorStreams (C++ function)
popx::IrLowering::getToHostWeightStreams (C++ function)
popx::IrLowering::getVirtualGraph (C++ function)
popx::IrLowering::gradientLoadStreamId (C++ function)
popx::IrLowering::gradientStoreStreamId (C++ function)
popx::IrLowering::graph (C++ function)
,
[1]
popx::IrLowering::h2dId (C++ function)
popx::IrLowering::hasFunctionBuffer (C++ function)
popx::IrLowering::insertGradientLoadStream (C++ function)
popx::IrLowering::insertGradientStoreStream (C++ function)
popx::IrLowering::insertWeightLoadStream (C++ function)
popx::IrLowering::instrumentWithHardwareCycleCounter (C++ function)
popx::IrLowering::ir (C++ function)
popx::IrLowering::IrLowering (C++ function)
popx::IrLowering::isReplicatedGraph (C++ function)
popx::IrLowering::loadPoplarExecutable (C++ function)
popx::IrLowering::lstmOptions (C++ member)
popx::IrLowering::matmulOptions (C++ member)
popx::IrLowering::opxs (C++ member)
popx::IrLowering::pooling_options (C++ member)
popx::IrLowering::prepareGraph (C++ function)
popx::IrLowering::prepareGraphHasBeenCalled (C++ function)
popx::IrLowering::progs (C++ function)
,
[1]
popx::IrLowering::removeNonDependencyFreeCreators (C++ function)
popx::IrLowering::reportOptions (C++ member)
popx::IrLowering::rngStateLowering (C++ member)
popx::IrLowering::setCycleCountIds (C++ function)
popx::IrLowering::setDeviceInfo (C++ function)
popx::IrLowering::setDevicex (C++ function)
popx::IrLowering::setEfficientlyCreatedInputTensors (C++ function)
popx::IrLowering::setLinearlyCreatedInputTensors (C++ function)
popx::IrLowering::setProgramHandleIndexMap (C++ function)
popx::IrLowering::taskWhichCreates (C++ function)
popx::IrLowering::taskWhichPopulates (C++ function)
popx::IrLowering::tensors (C++ function)
,
[1]
popx::IrLowering::tryInitTensorByPostIRAliasing (C++ function)
popx::IrLowering::usingCachedExecutable (C++ function)
popx::IrLowering::weightLoadStreamId (C++ function)
popx::IrLowering::~IrLowering (C++ function)
popx::IsInfx (C++ class)
popx::IsInfx::grow (C++ function)
popx::IsInfx::IsInfx (C++ function)
popx::IsNaNx (C++ class)
popx::IsNaNx::grow (C++ function)
popx::IsNaNx::IsNaNx (C++ function)
popx::L1GradOpx (C++ class)
popx::L1GradOpx::grow (C++ function)
popx::L1GradOpx::L1GradOpx (C++ function)
popx::L1Opx (C++ class)
popx::L1Opx::getInputCreatorType (C++ function)
popx::L1Opx::grow (C++ function)
popx::L1Opx::L1Opx (C++ function)
popx::L1Opx::unwindRegion (C++ function)
popx::L1Opx::unwindTensorLayout (C++ function)
popx::LambSquareOpx (C++ class)
popx::LambSquareOpx::grow (C++ function)
popx::LambSquareOpx::LambSquareOpx (C++ function)
popx::LeakyReluGradOpx (C++ class)
popx::LeakyReluGradOpx::grow (C++ function)
popx::LeakyReluGradOpx::LeakyReluGradOpx (C++ function)
popx::LeakyReluInplaceOpx (C++ class)
popx::LeakyReluInplaceOpx::LeakyReluInplaceOpx (C++ function)
popx::LeakyReluOpx (C++ class)
popx::LeakyReluOpx::LeakyReluOpx (C++ function)
popx::LessOpx (C++ class)
popx::LessOpx::grow (C++ function)
popx::LessOpx::LessOpx (C++ function)
popx::LinearMapper (C++ class)
popx::LinearMapper::mapTensor (C++ function)
popx::Log1pInplaceOpx (C++ class)
popx::Log1pInplaceOpx::Log1pInplaceOpx (C++ function)
popx::Log1pOpx (C++ class)
popx::Log1pOpx::Log1pOpx (C++ function)
popx::LogOpx (C++ class)
popx::LogOpx::grow (C++ function)
popx::LogOpx::LogOpx (C++ function)
popx::LogSoftmaxGradOpx (C++ class)
popx::LogSoftmaxGradOpx::cloneNcopyGrouped (C++ function)
popx::LogSoftmaxGradOpx::grow (C++ function)
popx::LogSoftmaxGradOpx::LogSoftmaxGradOpx (C++ function)
popx::LogSoftmaxInplaceOpx (C++ class)
popx::LogSoftmaxInplaceOpx::LogSoftmaxInplaceOpx (C++ function)
popx::LogSoftmaxOpx (C++ class)
popx::LogSoftmaxOpx::LogSoftmaxOpx (C++ function)
popx::LoopOpx (C++ class)
popx::LoopOpx::canUnwind (C++ function)
popx::LoopOpx::getInputCreatorType (C++ function)
popx::LoopOpx::grow (C++ function)
popx::LoopOpx::LoopOpx (C++ function)
popx::LoopOpx::unwindRegion (C++ function)
popx::LoopOpx::unwindTensorLayout (C++ function)
popx::LossScaleUpdateOpx (C++ class)
popx::LossScaleUpdateOpx::grow (C++ function)
popx::LossScaleUpdateOpx::LossScaleUpdateOpx (C++ function)
popx::LRNGradOpx (C++ class)
popx::LRNGradOpx::grow (C++ function)
popx::LRNGradOpx::LRNGradOpx (C++ function)
popx::LRNOpx (C++ class)
popx::LRNOpx::grow (C++ function)
popx::LRNOpx::LRNOpx (C++ function)
popx::LSTMGradOpx (C++ class)
popx::LSTMGradOpx::grow (C++ function)
popx::LSTMGradOpx::LSTMGradOpx (C++ function)
popx::LSTMOpx (C++ class)
popx::LSTMOpx::createInputTensor (C++ function)
popx::LSTMOpx::createLSTMParams (C++ function)
popx::LSTMOpx::getInputCreatorType (C++ function)
popx::LSTMOpx::grow (C++ function)
popx::LSTMOpx::LSTMOpx (C++ function)
popx::LSTMOpx::mustExistBeforeCreate (C++ function)
popx::LSTMOpx::reshapePoplibWeightsForOnnx (C++ function)
popx::MatMulOpx (C++ class)
popx::MatMulOpx::addPartialsType (C++ function)
popx::MatMulOpx::appendPoplarOptionsForOp (C++ function)
popx::MatMulOpx::createInputTensor (C++ function)
popx::MatMulOpx::getInputCreatorType (C++ function)
popx::MatMulOpx::getMatMulOp (C++ function)
popx::MatMulOpx::getOutputType (C++ function)
popx::MatMulOpx::groupedMatMulInputsFromOpxInputs (C++ function)
popx::MatMulOpx::grow (C++ function)
popx::MatMulOpx::MatMulOpx (C++ function)
popx::MatMulOpx::mustExistBeforeCreate (C++ function)
popx::MatMulOpx::onnxShapeToPoplar (C++ function)
popx::MatMulOpx::verifyCacheSizeUnchanged (C++ function)
popx::MatMulOpx::~MatMulOpx (C++ function)
popx::MaxArgGradOpx (C++ class)
popx::MaxArgGradOpx::grow (C++ function)
popx::MaxArgGradOpx::MaxArgGradOpx (C++ function)
popx::MaxOpx (C++ class)
popx::MaxOpx::getInputCreatorType (C++ function)
popx::MaxOpx::grow (C++ function)
popx::MaxOpx::MaxOpx (C++ function)
popx::MaxOpx::unwindRegion (C++ function)
popx::MaxOpx::unwindTensorLayout (C++ function)
popx::MeanArgGradOpx (C++ class)
popx::MeanArgGradOpx::grow (C++ function)
popx::MeanArgGradOpx::MeanArgGradOpx (C++ function)
popx::MeanOpx (C++ class)
popx::MeanOpx::grow (C++ function)
popx::MeanOpx::MeanOpx (C++ function)
popx::MinArgGradOpx (C++ class)
popx::MinArgGradOpx::grow (C++ function)
popx::MinArgGradOpx::MinArgGradOpx (C++ function)
popx::MinOpx (C++ class)
popx::MinOpx::getInputCreatorType (C++ function)
popx::MinOpx::grow (C++ function)
popx::MinOpx::MinOpx (C++ function)
popx::MinOpx::unwindRegion (C++ function)
popx::MinOpx::unwindTensorLayout (C++ function)
popx::ModifyRandomSeedOpx (C++ class)
popx::ModifyRandomSeedOpx::grow (C++ function)
popx::ModifyRandomSeedOpx::ModifyRandomSeedOpx (C++ function)
popx::MulLhsInplaceOpx (C++ class)
popx::MulLhsInplaceOpx::MulLhsInplaceOpx (C++ function)
popx::MulOpx (C++ class)
popx::MulOpx::MulOpx (C++ function)
popx::MulRhsInplaceOpx (C++ class)
popx::MulRhsInplaceOpx::MulRhsInplaceOpx (C++ function)
popx::MultiCollectiveBaseOpx (C++ class)
popx::MultiCollectiveBaseOpx::getInGrowPartIds (C++ function)
popx::MultiCollectiveBaseOpx::getOutGrowPartId (C++ function)
popx::MultiCollectiveBaseOpx::MultiCollectiveBaseOpx (C++ function)
popx::MultiConvBaseOpx (C++ class)
popx::MultiConvBaseOpx::convolve (C++ function)
popx::MultiConvBaseOpx::createDataInput (C++ function)
popx::MultiConvBaseOpx::createInputTensor (C++ function)
popx::MultiConvBaseOpx::createWeightsInput (C++ function)
popx::MultiConvBaseOpx::getConvOptions (C++ function)
popx::MultiConvBaseOpx::getFwdPassFlagString (C++ function)
popx::MultiConvBaseOpx::getInputCreatorType (C++ function)
popx::MultiConvBaseOpx::grow (C++ function)
popx::MultiConvBaseOpx::isDataInIndex (C++ function)
popx::MultiConvBaseOpx::isWeightsInIndex (C++ function)
popx::MultiConvBaseOpx::MultiConvBaseOpx (C++ function)
popx::MultiConvBaseOpx::mustExistBeforeCreate (C++ function)
popx::MultiConvBaseOpx::verifyCacheSizeUnchanged (C++ function)
popx::MultiConvOpx (C++ class)
popx::MultiConvOpx::convolve (C++ function)
popx::MultiConvOpx::createDataInput (C++ function)
popx::MultiConvOpx::createWeightsInput (C++ function)
popx::MultiConvOpx::MultiConvOpx (C++ function)
popx::MultiConvWeightsGradBaseOpx (C++ class)
popx::MultiConvWeightsGradBaseOpx::calculateWeightDeltas (C++ function)
popx::MultiConvWeightsGradBaseOpx::getConvOptions (C++ function)
popx::MultiConvWeightsGradBaseOpx::grow (C++ function)
popx::MultiConvWeightsGradBaseOpx::MultiConvWeightsGradBaseOpx (C++ function)
popx::MultiConvWeightsGradBaseOpx::verifyCacheSizeUnchanged (C++ function)
popx::MultiConvWeightsGradOpx (C++ class)
popx::MultiConvWeightsGradOpx::calculateWeightDeltas (C++ function)
popx::MultiConvWeightsGradOpx::MultiConvWeightsGradOpx (C++ function)
popx::MultiExchangeOpx (C++ class)
popx::MultiExchangeOpx::canUnwind (C++ function)
popx::MultiExchangeOpx::createInputTensor (C++ function)
popx::MultiExchangeOpx::getInGrowPartIds (C++ function)
popx::MultiExchangeOpx::getInputCreatorType (C++ function)
popx::MultiExchangeOpx::getOutGrowPartId (C++ function)
popx::MultiExchangeOpx::getSegments (C++ function)
popx::MultiExchangeOpx::grow (C++ function)
popx::MultiExchangeOpx::growPart (C++ function)
popx::MultiExchangeOpx::MultiExchangeOpx (C++ function)
popx::MultiExchangeOpx::unwindRegion (C++ function)
popx::MultiExchangeOpx::unwindTensorLayout (C++ function)
popx::MultiReplicatedAllReduceOpx (C++ class)
popx::MultiReplicatedAllReduceOpx::getInputCreatorType (C++ function)
popx::MultiReplicatedAllReduceOpx::grow (C++ function)
popx::MultiReplicatedAllReduceOpx::growPart (C++ function)
popx::MultiReplicatedAllReduceOpx::MultiReplicatedAllReduceOpx (C++ function)
popx::MultiReplicatedAllReduceOpx::unwindRegion (C++ function)
popx::MultiReplicatedAllReduceOpx::unwindTensorLayout (C++ function)
popx::NegateGradOpx (C++ class)
popx::NegateGradOpx::grow (C++ function)
popx::NegateGradOpx::NegateGradOpx (C++ function)
popx::NegateOpx (C++ class)
popx::NegateOpx::grow (C++ function)
popx::NegateOpx::NegateOpx (C++ function)
popx::NllGradOpx (C++ class)
popx::NllGradOpx::grow (C++ function)
popx::NllGradOpx::NllGradOpx (C++ function)
popx::NlllWithSoftmaxGradDirectOpx (C++ class)
popx::NlllWithSoftmaxGradDirectOpx::grow (C++ function)
popx::NlllWithSoftmaxGradDirectOpx::NlllWithSoftmaxGradDirectOpx (C++ function)
popx::NllOpx (C++ class)
popx::NllOpx::applyMaskInPlaceForIgnoredIndex (C++ function)
popx::NllOpx::applyScalingInPlaceForMeanReduction (C++ function)
popx::NllOpx::applyScalingInPlaceForMeanReductionWithIgnoreIndex (C++ function)
popx::NllOpx::flattenAndEncodeOneHot (C++ function)
popx::NllOpx::grow (C++ function)
popx::NllOpx::handleLossGradScaling (C++ function)
popx::NllOpx::handleLossOutNotReducedToScalar (C++ function)
popx::NllOpx::handleLossOutReducedToScalar (C++ function)
popx::NllOpx::NllOpx (C++ function)
popx::NopOpx (C++ class)
popx::NopOpx::grow (C++ function)
popx::NopOpx::NopOpx (C++ function)
popx::NormOpx (C++ class)
popx::NormOpx::NormOpx (C++ function)
popx::NotOpx (C++ class)
popx::NotOpx::grow (C++ function)
popx::NotOpx::NotOpx (C++ function)
popx::OnehotGradOpx (C++ class)
popx::OnehotGradOpx::grow (C++ function)
popx::OnehotGradOpx::OnehotGradOpx (C++ function)
popx::OnehotOpx (C++ class)
popx::OnehotOpx::grow (C++ function)
popx::OnehotOpx::OnehotOpx (C++ function)
popx::Opx (C++ class)
popx::Opx::broadcast (C++ function)
,
[1]
popx::Opx::cloneNcopy (C++ function)
,
[1]
popx::Opx::createInput (C++ function)
popx::Opx::createInputTensor (C++ function)
popx::Opx::createsEquiv (C++ function)
popx::Opx::get (C++ function)
popx::Opx::getConst (C++ function)
popx::Opx::getInTensor (C++ function)
popx::Opx::getInView (C++ function)
popx::Opx::getOutTensor (C++ function)
popx::Opx::getOutView (C++ function)
popx::Opx::getScalarVariable (C++ function)
popx::Opx::getView (C++ function)
popx::Opx::graph (C++ function)
popx::Opx::grow (C++ function)
,
[1]
popx::Opx::insert (C++ function)
popx::Opx::Opx (C++ function)
popx::Opx::setOutTensor (C++ function)
popx::Opx::unwindTensorLayout (C++ function)
,
[1]
popx::Opx::~Opx (C++ function)
popx::OpxInAndOutIndex (C++ struct)
popx::OpxInAndOutIndex::inIndex (C++ member)
popx::OpxInAndOutIndex::isDelegate (C++ member)
popx::OpxInAndOutIndex::operator== (C++ function)
popx::OpxInAndOutIndex::opx (C++ member)
popx::OpxInAndOutIndex::OpxInAndOutIndex (C++ function)
,
[1]
,
[2]
popx::OpxInAndOutIndex::outIndex (C++ member)
popx::OrOpx (C++ class)
popx::OrOpx::grow (C++ function)
popx::OrOpx::OrOpx (C++ function)
popx::PadGradOpx (C++ class)
popx::PadGradOpx::PadGradOpx (C++ function)
popx::PadInplaceOpx (C++ class)
popx::PadInplaceOpx::grow (C++ function)
popx::PadInplaceOpx::PadInplaceOpx (C++ function)
popx::PadOpx (C++ class)
popx::PadOpx::grow (C++ function)
popx::PadOpx::PadOpx (C++ function)
popx::PopartLSTMOpxBase (C++ class)
popx::PopartLSTMOpxBase::PopartLSTMOpxBase (C++ function)
popx::PopOpx (C++ class)
popx::PopOpx::cachedInputs (C++ member)
popx::PopOpx::cachedOutputs (C++ member)
popx::PopOpx::canUnwind (C++ function)
popx::PopOpx::cloneNcopy (C++ function)
,
[1]
popx::PopOpx::createInputTensor (C++ function)
popx::PopOpx::debugContext (C++ function)
popx::PopOpx::dstVirtualGraph (C++ function)
popx::PopOpx::get (C++ function)
popx::PopOpx::getConst (C++ function)
popx::PopOpx::getCreatorViewChangers (C++ function)
popx::PopOpx::getDebugInfo (C++ function)
popx::PopOpx::getDebugNameAndId (C++ function)
popx::PopOpx::getDevicex (C++ function)
popx::PopOpx::getInGrowPartIds (C++ function)
popx::PopOpx::getInputCreatorType (C++ function)
popx::PopOpx::getInputsToPrepare (C++ function)
popx::PopOpx::getInTensor (C++ function)
popx::PopOpx::getInView (C++ function)
popx::PopOpx::getInViewChangers (C++ function)
popx::PopOpx::getOp (C++ function)
popx::PopOpx::getOutGrowPartId (C++ function)
popx::PopOpx::getOutputsToPrepare (C++ function)
popx::PopOpx::getOutTensor (C++ function)
popx::PopOpx::getOutView (C++ function)
popx::PopOpx::getScalarVariable (C++ function)
popx::PopOpx::getView (C++ function)
popx::PopOpx::getVirtualGraphId (C++ function)
popx::PopOpx::getZerosTensor (C++ function)
popx::PopOpx::graph (C++ function)
popx::PopOpx::grow (C++ function)
,
[1]
popx::PopOpx::growPart (C++ function)
popx::PopOpx::hasCreatorViewChangers (C++ function)
popx::PopOpx::hasInput (C++ function)
popx::PopOpx::hasInViewChangers (C++ function)
popx::PopOpx::hasOutput (C++ function)
popx::PopOpx::inGraph (C++ function)
popx::PopOpx::inId (C++ function)
popx::PopOpx::inInfo (C++ function)
popx::PopOpx::inputCreatorPriority (C++ member)
popx::PopOpx::insert (C++ function)
popx::PopOpx::inShape (C++ function)
popx::PopOpx::inShapeSzt (C++ function)
popx::PopOpx::inTensor (C++ function)
popx::PopOpx::mustExistBeforeCreate (C++ function)
popx::PopOpx::mustExistBeforeCreateDNF (C++ function)
popx::PopOpx::op_p (C++ member)
popx::PopOpx::outGraph (C++ function)
popx::PopOpx::outId (C++ function)
popx::PopOpx::outInfo (C++ function)
popx::PopOpx::outputCreatedExternally (C++ function)
popx::PopOpx::outShape (C++ function)
popx::PopOpx::outShapeSzt (C++ function)
popx::PopOpx::outTensor (C++ function)
popx::PopOpx::PopOpx (C++ function)
popx::PopOpx::setOutTensor (C++ function)
popx::PopOpx::setOutViewChangers (C++ function)
popx::PopOpx::srcVirtualGraph (C++ function)
popx::PopOpx::topLevelGraph (C++ function)
popx::PopOpx::unwindRegion (C++ function)
popx::PopOpx::unwindTensorLayout (C++ function)
popx::PopOpx::verifyOp (C++ function)
,
[1]
,
[2]
popx::PopOpx::~PopOpx (C++ function)
popx::PopPrograms (C++ class)
popx::PopPrograms::accumulateOuterFragment (C++ function)
,
[1]
popx::PopPrograms::addCustomProgram (C++ function)
popx::PopPrograms::addFunctionBuffers (C++ function)
popx::PopPrograms::addPipelineCycle (C++ function)
popx::PopPrograms::backwardFragment (C++ function)
,
[1]
popx::PopPrograms::commonPrograms (C++ member)
popx::PopPrograms::containsFragment (C++ function)
popx::PopPrograms::containsFragments (C++ function)
popx::PopPrograms::createFragment (C++ function)
popx::PopPrograms::createPipelineFunctions (C++ function)
popx::PopPrograms::createRecomputeFragment (C++ function)
popx::PopPrograms::cycleCountTensorToHostFragment (C++ function)
,
[1]
popx::PopPrograms::forwardFragment (C++ function)
,
[1]
popx::PopPrograms::forwardOrBackwardFragment (C++ function)
popx::PopPrograms::FunctionBuffers (C++ type)
popx::PopPrograms::getFragmentFunction (C++ function)
popx::PopPrograms::getFragmentFunctions (C++ function)
popx::PopPrograms::getFullProgramFromPipelineFragments (C++ function)
popx::PopPrograms::getFunctionBuffer (C++ function)
popx::PopPrograms::getNumFragments (C++ function)
popx::PopPrograms::getStrFromPipelineFragmentId (C++ function)
popx::PopPrograms::hasBeenRecomputed (C++ function)
popx::PopPrograms::hasFunctionBuffer (C++ function)
popx::PopPrograms::initFragment (C++ function)
,
[1]
popx::PopPrograms::initWithSnapGraph (C++ function)
popx::PopPrograms::ir_lowering_p (C++ member)
popx::PopPrograms::pipelineFragment (C++ function)
popx::PopPrograms::PipelineFragmentId (C++ enum)
popx::PopPrograms::PipelineFragmentId::Main (C++ enumerator)
popx::PopPrograms::PipelineFragmentId::ToDeviceStream (C++ enumerator)
popx::PopPrograms::PipelineFragmentId::ToHostStream (C++ enumerator)
popx::PopPrograms::pipelineIpuCopyFragment (C++ function)
popx::PopPrograms::pipelineMainFragment (C++ function)
popx::PopPrograms::pipelineToDeviceStreamFragment (C++ function)
popx::PopPrograms::pipelineToHostStreamFragment (C++ function)
popx::PopPrograms::PopPrograms (C++ function)
popx::PopPrograms::preForwardFragment (C++ function)
,
[1]
popx::PopPrograms::programFragment (C++ function)
popx::PopPrograms::ProgramFragmentIndex (C++ enum)
popx::PopPrograms::ProgramFragmentIndex::Backward (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::CycleCountTensorToHost (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::Forward (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::Init (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::N (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::PreForward (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::RandomSeedFromHost (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::RandomSeedToHost (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::RngStateFromHost (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::RngStateToHost (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::StreamOptimizerFromHost (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::StreamWeightsFromHost (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::ToHostFinalCopy (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::VarUpdateFromAccumulator (C++ enumerator)
popx::PopPrograms::ProgramFragmentIndex::WeightsToHost (C++ enumerator)
popx::PopPrograms::ProgramIndex (C++ enum)
popx::PopPrograms::ProgramIndex::CustomProgramsStart (C++ enumerator)
popx::PopPrograms::ProgramIndex::CycleCountTensorToHost (C++ enumerator)
popx::PopPrograms::ProgramIndex::N (C++ enumerator)
popx::PopPrograms::ProgramIndex::OptimizerFromHost (C++ enumerator)
popx::PopPrograms::ProgramIndex::Program (C++ enumerator)
popx::PopPrograms::ProgramIndex::RandomSeedFromHost (C++ enumerator)
popx::PopPrograms::ProgramIndex::RandomSeedToHost (C++ enumerator)
popx::PopPrograms::ProgramIndex::RngStateFromHost (C++ enumerator)
popx::PopPrograms::ProgramIndex::RngStateToHost (C++ enumerator)
popx::PopPrograms::ProgramIndex::WeightsFromHost (C++ enumerator)
popx::PopPrograms::ProgramIndex::WeightsToHost (C++ enumerator)
popx::PopPrograms::progs (C++ function)
popx::PopPrograms::randomSeedFromHostFragment (C++ function)
,
[1]
popx::PopPrograms::randomSeedToHostFragment (C++ function)
,
[1]
popx::PopPrograms::recomputeFragment (C++ function)
popx::PopPrograms::recordRecomputed (C++ function)
popx::PopPrograms::rngStateFromHostFragment (C++ function)
,
[1]
popx::PopPrograms::rngStateToHostFragment (C++ function)
,
[1]
popx::PopPrograms::scopeFragment (C++ function)
popx::PopPrograms::scopeFragments (C++ function)
popx::PopPrograms::streamOptimizerFromHostFragment (C++ function)
,
[1]
popx::PopPrograms::streamWeightsFromHostFragment (C++ function)
,
[1]
popx::PopPrograms::toHostFinalCopyFragment (C++ function)
,
[1]
popx::PopPrograms::weightsToHostFragment (C++ function)
,
[1]
popx::PopStreamId (C++ type)
popx::PopTensors (C++ class)
popx::PopTensors::canAlias (C++ function)
popx::PopTensors::contains (C++ function)
popx::PopTensors::get (C++ function)
popx::PopTensors::getTensors (C++ function)
popx::PopTensors::getView (C++ function)
popx::PopTensors::getViewChangers (C++ function)
popx::PopTensors::hasViewChangers (C++ function)
popx::PopTensors::insert (C++ function)
popx::PopTensors::insertAliased (C++ function)
popx::PopTensors::insertUnsafe (C++ function)
popx::PopTensors::PopTensors (C++ function)
popx::PopTensors::setViewChangers (C++ function)
popx::PowLhsInplaceOpx (C++ class)
popx::PowLhsInplaceOpx::PowLhsInplaceOpx (C++ function)
popx::PowOpx (C++ class)
popx::PowOpx::PowOpx (C++ function)
popx::PReluOpx (C++ class)
popx::PReluOpx::grow (C++ function)
popx::PReluOpx::PReluOpx (C++ function)
popx::PreparedCopyTensors (C++ type)
popx::PreparedTensorInfos (C++ type)
popx::PrintTensorOpx (C++ class)
popx::PrintTensorOpx::grow (C++ function)
popx::PrintTensorOpx::PrintTensorOpx (C++ function)
popx::RandomNormalOpx (C++ class)
popx::RandomNormalOpx::grow (C++ function)
popx::RandomNormalOpx::RandomNormalOpx (C++ function)
popx::RandomUniformOpx (C++ class)
popx::RandomUniformOpx::grow (C++ function)
popx::RandomUniformOpx::RandomUniformOpx (C++ function)
popx::ReciprocalOpx (C++ class)
popx::ReciprocalOpx::grow (C++ function)
popx::ReciprocalOpx::ReciprocalOpx (C++ function)
popx::ReduceL1GradOpx (C++ class)
popx::ReduceL1GradOpx::grow (C++ function)
popx::ReduceL1GradOpx::ReduceL1GradOpx (C++ function)
popx::ReduceL1Opx (C++ class)
popx::ReduceL1Opx::grow (C++ function)
popx::ReduceL1Opx::ReduceL1Opx (C++ function)
popx::ReduceL2GradOpx (C++ class)
popx::ReduceL2GradOpx::grow (C++ function)
popx::ReduceL2GradOpx::ReduceL2GradOpx (C++ function)
popx::ReduceL2Opx (C++ class)
popx::ReduceL2Opx::grow (C++ function)
popx::ReduceL2Opx::ReduceL2Opx (C++ function)
popx::ReduceLogSumExpGradOpx (C++ class)
popx::ReduceLogSumExpGradOpx::grow (C++ function)
popx::ReduceLogSumExpGradOpx::ReduceLogSumExpGradOpx (C++ function)
popx::ReduceLogSumExpOpx (C++ class)
popx::ReduceLogSumExpOpx::grow (C++ function)
popx::ReduceLogSumExpOpx::ReduceLogSumExpOpx (C++ function)
popx::ReduceLogSumGradOpx (C++ class)
popx::ReduceLogSumGradOpx::grow (C++ function)
popx::ReduceLogSumGradOpx::ReduceLogSumGradOpx (C++ function)
popx::ReduceLogSumOpx (C++ class)
popx::ReduceLogSumOpx::grow (C++ function)
popx::ReduceLogSumOpx::ReduceLogSumOpx (C++ function)
popx::ReduceMaxGradOpx (C++ class)
popx::ReduceMaxGradOpx::grow (C++ function)
popx::ReduceMaxGradOpx::ReduceMaxGradOpx (C++ function)
popx::ReduceMaxOpx (C++ class)
popx::ReduceMaxOpx::grow (C++ function)
popx::ReduceMaxOpx::ReduceMaxOpx (C++ function)
popx::ReduceMeanGradOpx (C++ class)
popx::ReduceMeanGradOpx::grow (C++ function)
popx::ReduceMeanGradOpx::ReduceMeanGradOpx (C++ function)
popx::ReduceMeanOpx (C++ class)
popx::ReduceMeanOpx::grow (C++ function)
popx::ReduceMeanOpx::ReduceMeanOpx (C++ function)
popx::ReduceMedianGradOpx (C++ class)
popx::ReduceMedianGradOpx::grow (C++ function)
popx::ReduceMedianGradOpx::ReduceMedianGradOpx (C++ function)
popx::ReduceMedianOpx (C++ class)
popx::ReduceMedianOpx::grow (C++ function)
popx::ReduceMedianOpx::ReduceMedianOpx (C++ function)
popx::ReduceMinGradOpx (C++ class)
popx::ReduceMinGradOpx::grow (C++ function)
popx::ReduceMinGradOpx::ReduceMinGradOpx (C++ function)
popx::ReduceMinOpx (C++ class)
popx::ReduceMinOpx::grow (C++ function)
popx::ReduceMinOpx::ReduceMinOpx (C++ function)
popx::ReduceProdGradOpx (C++ class)
popx::ReduceProdGradOpx::grow (C++ function)
popx::ReduceProdGradOpx::ReduceProdGradOpx (C++ function)
popx::ReduceProdOpx (C++ class)
popx::ReduceProdOpx::grow (C++ function)
popx::ReduceProdOpx::ReduceProdOpx (C++ function)
popx::ReduceSumGradOpx (C++ class)
popx::ReduceSumGradOpx::grow (C++ function)
popx::ReduceSumGradOpx::ReduceSumGradOpx (C++ function)
popx::ReduceSumOpx (C++ class)
popx::ReduceSumOpx::grow (C++ function)
popx::ReduceSumOpx::ReduceSumOpx (C++ function)
popx::ReduceSumSquareGradOpx (C++ class)
popx::ReduceSumSquareGradOpx::grow (C++ function)
popx::ReduceSumSquareGradOpx::ReduceSumSquareGradOpx (C++ function)
popx::ReduceSumSquareOpx (C++ class)
popx::ReduceSumSquareOpx::grow (C++ function)
popx::ReduceSumSquareOpx::ReduceSumSquareOpx (C++ function)
popx::ReluGradOpx (C++ class)
popx::ReluGradOpx::grow (C++ function)
popx::ReluGradOpx::ReluGradOpx (C++ function)
popx::ReluInplaceOpx (C++ class)
popx::ReluInplaceOpx::ReluInplaceOpx (C++ function)
popx::ReluOpx (C++ class)
popx::ReluOpx::ReluOpx (C++ function)
popx::RemoteBaseOpx (C++ class)
popx::RemoteBaseOpx::RemoteBaseOpx (C++ function)
popx::RemoteLoadInplaceOpx (C++ class)
popx::RemoteLoadInplaceOpx::RemoteLoadInplaceOpx (C++ function)
popx::RemoteLoadOpx (C++ class)
popx::RemoteLoadOpx::getInputCreatorType (C++ function)
popx::RemoteLoadOpx::grow (C++ function)
popx::RemoteLoadOpx::RemoteLoadOpx (C++ function)
popx::RemoteLoadOpx::unwindRegion (C++ function)
popx::RemoteLoadOpx::unwindTensorLayout (C++ function)
popx::RemoteStoreOpx (C++ class)
popx::RemoteStoreOpx::grow (C++ function)
popx::RemoteStoreOpx::RemoteStoreOpx (C++ function)
popx::ReplicatedAllGatherOpx (C++ class)
popx::ReplicatedAllGatherOpx::createInputTensor (C++ function)
popx::ReplicatedAllGatherOpx::getCreatorViewChangers (C++ function)
popx::ReplicatedAllGatherOpx::getInputCreatorType (C++ function)
popx::ReplicatedAllGatherOpx::grow (C++ function)
popx::ReplicatedAllGatherOpx::hasCreatorViewChangers (C++ function)
popx::ReplicatedAllGatherOpx::mustExistBeforeCreate (C++ function)
popx::ReplicatedAllGatherOpx::ReplicatedAllGatherOpx (C++ function)
popx::ReplicatedAllGatherOpx::unwindRegion (C++ function)
popx::ReplicatedAllGatherOpx::unwindTensorLayout (C++ function)
popx::ReplicatedAllReduceInplaceOpx (C++ class)
popx::ReplicatedAllReduceInplaceOpx::grow (C++ function)
popx::ReplicatedAllReduceInplaceOpx::ReplicatedAllReduceInplaceOpx (C++ function)
popx::ReplicatedAllReduceOpx (C++ class)
popx::ReplicatedAllReduceOpx::getInputCreatorType (C++ function)
popx::ReplicatedAllReduceOpx::grow (C++ function)
popx::ReplicatedAllReduceOpx::ReplicatedAllReduceOpx (C++ function)
popx::ReplicatedAllReduceOpx::unwindRegion (C++ function)
popx::ReplicatedAllReduceOpx::unwindTensorLayout (C++ function)
popx::ReplicatedGatherInScatterOutViewChanger (C++ class)
popx::ReplicatedGatherInScatterOutViewChanger::apply (C++ function)
popx::ReplicatedGatherInScatterOutViewChanger::containsAllDataRegions (C++ function)
popx::ReplicatedGatherInScatterOutViewChanger::operator== (C++ function)
popx::ReplicatedGatherInScatterOutViewChanger::ReplicatedGatherInScatterOutViewChanger (C++ function)
popx::ReplicatedGatherOutScatterInViewChanger (C++ class)
popx::ReplicatedGatherOutScatterInViewChanger::apply (C++ function)
popx::ReplicatedGatherOutScatterInViewChanger::operator== (C++ function)
popx::ReplicatedGatherOutScatterInViewChanger::ReplicatedGatherOutScatterInViewChanger (C++ function)
popx::ReplicatedReduceScatterOpx (C++ class)
popx::ReplicatedReduceScatterOpx::createInputTensor (C++ function)
popx::ReplicatedReduceScatterOpx::getCreatorViewChangers (C++ function)
popx::ReplicatedReduceScatterOpx::getInputCreatorType (C++ function)
popx::ReplicatedReduceScatterOpx::grow (C++ function)
popx::ReplicatedReduceScatterOpx::hasCreatorViewChangers (C++ function)
popx::ReplicatedReduceScatterOpx::mustExistBeforeCreateDNF (C++ function)
popx::ReplicatedReduceScatterOpx::ReplicatedReduceScatterOpx (C++ function)
popx::ReplicatedTensorShardingBundle (C++ class)
popx::ReplicatedTensorShardingBundle::getCollectiveBalancedHostRearrangement (C++ function)
popx::ReplicatedTensorShardingBundle::getCollectiveBalancedReorder (C++ function)
popx::ReplicatedTensorShardingBundle::getCollectiveReorderIds (C++ function)
popx::ReplicatedTensorShardingBundle::getCollectiveReorders (C++ function)
popx::ReplicatedTensorShardingBundle::getReplicatedTensorShardingTracer (C++ function)
,
[1]
popx::ReplicatedTensorShardingBundle::hasCollectiveBalancedReorder (C++ function)
popx::ReplicatedTensorShardingBundle::registerCollectiveBalancedReorder (C++ function)
popx::ReplicatedTensorShardingBundle::ReplicatedTensorShardingBundle (C++ function)
popx::ReplicatedTensorShardingBundle::setCollectiveBalancedReorder (C++ function)
popx::RescaleAccumulateOpx (C++ class)
popx::RescaleAccumulateOpx::grow (C++ function)
popx::RescaleAccumulateOpx::RescaleAccumulateOpx (C++ function)
popx::ReshapeBaseOpx (C++ class)
popx::ReshapeBaseOpx::getInputCreatorType (C++ function)
popx::ReshapeBaseOpx::ReshapeBaseOpx (C++ function)
popx::ReshapeBaseOpx::unwindRegion (C++ function)
popx::ReshapeBaseOpx::unwindTensorLayout (C++ function)
popx::ReshapeGradOpx (C++ class)
popx::ReshapeGradOpx::ReshapeGradOpx (C++ function)
popx::ReshapeInplaceOpx (C++ class)
popx::ReshapeInplaceOpx::grow (C++ function)
popx::ReshapeInplaceOpx::ReshapeInplaceOpx (C++ function)
popx::ReshapeOpx (C++ class)
popx::ReshapeOpx::grow (C++ function)
popx::ReshapeOpx::ReshapeOpx (C++ function)
popx::ResizeGradOpx (C++ class)
popx::ResizeGradOpx::grow (C++ function)
popx::ResizeGradOpx::ResizeGradOpx (C++ function)
popx::ResizeOpx (C++ class)
popx::ResizeOpx::grow (C++ function)
popx::ResizeOpx::ResizeOpx (C++ function)
popx::RestoreBaseOpx (C++ class)
popx::RestoreBaseOpx::grow (C++ function)
popx::RestoreBaseOpx::RestoreBaseOpx (C++ function)
popx::ReverseBaseOpx (C++ class)
popx::ReverseBaseOpx::getInputCreatorType (C++ function)
popx::ReverseBaseOpx::ReverseBaseOpx (C++ function)
popx::ReverseBaseOpx::unwindRegion (C++ function)
popx::ReverseBaseOpx::unwindTensorLayout (C++ function)
popx::ReverseGradOpx (C++ class)
popx::ReverseGradOpx::ReverseGradOpx (C++ function)
popx::ReverseInplaceOpx (C++ class)
popx::ReverseInplaceOpx::grow (C++ function)
popx::ReverseInplaceOpx::ReverseInplaceOpx (C++ function)
popx::ReverseOpx (C++ class)
popx::ReverseOpx::grow (C++ function)
popx::ReverseOpx::ReverseOpx (C++ function)
popx::RMSPropUpdaterOpx (C++ class)
popx::RMSPropUpdaterOpx::grow (C++ function)
popx::RMSPropUpdaterOpx::RMSPropUpdaterOpx (C++ function)
popx::RNNGradOpx (C++ class)
popx::RNNGradOpx::createInputTensor (C++ function)
popx::RNNGradOpx::getInputCreatorType (C++ function)
popx::RNNGradOpx::grow (C++ function)
popx::RNNGradOpx::mustExistBeforeCreate (C++ function)
popx::RNNGradOpx::RNNGradOpx (C++ function)
popx::RNNOpx (C++ class)
popx::RNNOpx::createInputTensor (C++ function)
popx::RNNOpx::getInputCreatorType (C++ function)
popx::RNNOpx::grow (C++ function)
popx::RNNOpx::mustExistBeforeCreate (C++ function)
popx::RNNOpx::RNNOpx (C++ function)
popx::RoiAlignGradOpx (C++ class)
popx::RoiAlignGradOpx::grow (C++ function)
popx::RoiAlignGradOpx::RoiAlignGradOpx (C++ function)
popx::RoiAlignGradOpx::~RoiAlignGradOpx (C++ function)
popx::RoiAlignOpx (C++ class)
popx::RoiAlignOpx::grow (C++ function)
popx::RoiAlignOpx::RoiAlignOpx (C++ function)
popx::RoiAlignOpx::~RoiAlignOpx (C++ function)
popx::RoundInplaceOpx (C++ class)
popx::RoundInplaceOpx::RoundInplaceOpx (C++ function)
popx::RoundOpx (C++ class)
popx::RoundOpx::RoundOpx (C++ function)
popx::ScaledAddLhsInplaceOpx (C++ class)
popx::ScaledAddLhsInplaceOpx::grow (C++ function)
popx::ScaledAddLhsInplaceOpx::ScaledAddLhsInplaceOpx (C++ function)
popx::ScaledAddOpx (C++ class)
popx::ScaledAddOpx::grow (C++ function)
popx::ScaledAddOpx::ScaledAddOpx (C++ function)
popx::ScaledAddRhsInplaceOpx (C++ class)
popx::ScaledAddRhsInplaceOpx::grow (C++ function)
popx::ScaledAddRhsInplaceOpx::ScaledAddRhsInplaceOpx (C++ function)
popx::ScaledVarUpdateOpx (C++ class)
popx::ScaledVarUpdateOpx::grow (C++ function)
popx::ScaledVarUpdateOpx::ScaledVarUpdateOpx (C++ function)
popx::ScaleGradOpx (C++ class)
popx::ScaleGradOpx::ScaleGradOpx (C++ function)
popx::ScaleInplaceOpx (C++ class)
popx::ScaleInplaceOpx::ScaleInplaceOpx (C++ function)
popx::ScaleOpx (C++ class)
popx::ScaleOpx::ScaleOpx (C++ function)
popx::ScatterDataGradOpx (C++ class)
popx::ScatterDataGradOpx::createInputTensor (C++ function)
popx::ScatterDataGradOpx::getInputCreatorType (C++ function)
popx::ScatterDataGradOpx::grow (C++ function)
popx::ScatterDataGradOpx::mustExistBeforeCreate (C++ function)
popx::ScatterDataGradOpx::ScatterDataGradOpx (C++ function)
popx::ScatterOpx (C++ class)
popx::ScatterOpx::createInputTensor (C++ function)
popx::ScatterOpx::getInputCreatorType (C++ function)
popx::ScatterOpx::grow (C++ function)
popx::ScatterOpx::mustExistBeforeCreate (C++ function)
popx::ScatterOpx::ScatterOpx (C++ function)
popx::ScatterReduceGradOpx (C++ class)
popx::ScatterReduceGradOpx::createInputTensor (C++ function)
popx::ScatterReduceGradOpx::getInputCreatorType (C++ function)
popx::ScatterReduceGradOpx::grow (C++ function)
popx::ScatterReduceGradOpx::mustExistBeforeCreate (C++ function)
popx::ScatterReduceGradOpx::ScatterReduceGradOpx (C++ function)
popx::ScatterReduceOpx (C++ class)
popx::ScatterReduceOpx::createInputTensor (C++ function)
popx::ScatterReduceOpx::getInputCreatorType (C++ function)
popx::ScatterReduceOpx::grow (C++ function)
popx::ScatterReduceOpx::mustExistBeforeCreate (C++ function)
popx::ScatterReduceOpx::ScatterReduceOpx (C++ function)
popx::ScatterUpdateGradOpx (C++ class)
popx::ScatterUpdateGradOpx::createInputTensor (C++ function)
popx::ScatterUpdateGradOpx::getInputCreatorType (C++ function)
popx::ScatterUpdateGradOpx::grow (C++ function)
popx::ScatterUpdateGradOpx::mustExistBeforeCreate (C++ function)
popx::ScatterUpdateGradOpx::ScatterUpdateGradOpx (C++ function)
popx::SeluGradOpx (C++ class)
popx::SeluGradOpx::grow (C++ function)
popx::SeluGradOpx::SeluGradOpx (C++ function)
popx::SeluInplaceOpx (C++ class)
popx::SeluInplaceOpx::SeluInplaceOpx (C++ function)
popx::SeluOpx (C++ class)
popx::SeluOpx::SeluOpx (C++ function)
popx::SequenceSliceInplaceOpx (C++ class)
popx::SequenceSliceInplaceOpx::grow (C++ function)
popx::SequenceSliceInplaceOpx::SequenceSliceInplaceOpx (C++ function)
popx::SequenceSliceOpx (C++ class)
popx::SequenceSliceOpx::grow (C++ function)
popx::SequenceSliceOpx::SequenceSliceOpx (C++ function)
popx::serialization::Reader (C++ class)
popx::serialization::Reader::containsExecutable (C++ function)
popx::serialization::Reader::containsPopefMetadata (C++ function)
popx::serialization::Reader::containsPoplarExecutable (C++ function)
popx::serialization::Reader::deserializeExecutable (C++ function)
popx::serialization::Reader::deserializePoplarExecutable (C++ function)
popx::serialization::Reader::Reader (C++ function)
,
[1]
popx::serialization::Reader::readExecutableHash (C++ function)
popx::serialization::Reader::~Reader (C++ function)
popx::SGD0VarUpdateOpx (C++ class)
popx::SGD0VarUpdateOpx::grow (C++ function)
popx::SGD0VarUpdateOpx::SGD0VarUpdateOpx (C++ function)
popx::SGD1AcclUpdateOpx (C++ class)
popx::SGD1AcclUpdateOpx::grow (C++ function)
popx::SGD1AcclUpdateOpx::SGD1AcclUpdateOpx (C++ function)
popx::SGD1VarUpdateOpx (C++ class)
popx::SGD1VarUpdateOpx::grow (C++ function)
popx::SGD1VarUpdateOpx::SGD1VarUpdateOpx (C++ function)
popx::ShapedDropoutOpx (C++ class)
popx::ShapedDropoutOpx::grow (C++ function)
popx::ShapedDropoutOpx::ShapedDropoutOpx (C++ function)
popx::ShrinkGradOpx (C++ class)
popx::ShrinkGradOpx::grow (C++ function)
popx::ShrinkGradOpx::ShrinkGradOpx (C++ function)
popx::ShrinkInplaceOpx (C++ class)
popx::ShrinkInplaceOpx::ShrinkInplaceOpx (C++ function)
popx::ShrinkOpx (C++ class)
popx::ShrinkOpx::ShrinkOpx (C++ function)
popx::SigmoidGradOpx (C++ class)
popx::SigmoidGradOpx::grow (C++ function)
popx::SigmoidGradOpx::SigmoidGradOpx (C++ function)
popx::SigmoidInplaceOpx (C++ class)
popx::SigmoidInplaceOpx::SigmoidInplaceOpx (C++ function)
popx::SigmoidOpx (C++ class)
popx::SigmoidOpx::SigmoidOpx (C++ function)
popx::SignInplaceOpx (C++ class)
popx::SignInplaceOpx::SignInplaceOpx (C++ function)
popx::SignOpx (C++ class)
popx::SignOpx::SignOpx (C++ function)
popx::SinhGradOpx (C++ class)
popx::SinhGradOpx::grow (C++ function)
popx::SinhGradOpx::SinhGradOpx (C++ function)
popx::SinhInplaceOpx (C++ class)
popx::SinhInplaceOpx::SinhInplaceOpx (C++ function)
popx::SinhOpx (C++ class)
popx::SinhOpx::SinhOpx (C++ function)
popx::SinOpx (C++ class)
popx::SinOpx::grow (C++ function)
popx::SinOpx::SinOpx (C++ function)
popx::SliceInplaceOpx (C++ class)
popx::SliceInplaceOpx::grow (C++ function)
popx::SliceInplaceOpx::SliceInplaceOpx (C++ function)
popx::SliceOpx (C++ class)
popx::SliceOpx::grow (C++ function)
popx::SliceOpx::SliceOpx (C++ function)
popx::SoftmaxGradDirectOpx (C++ class)
popx::SoftmaxGradDirectOpx::grow (C++ function)
popx::SoftmaxGradDirectOpx::SoftmaxGradDirectOpx (C++ function)
popx::SoftmaxGradOpx (C++ class)
popx::SoftmaxGradOpx::grow (C++ function)
popx::SoftmaxGradOpx::SoftmaxGradOpx (C++ function)
popx::SoftmaxInplaceOpx (C++ class)
popx::SoftmaxInplaceOpx::SoftmaxInplaceOpx (C++ function)
popx::SoftmaxOpx (C++ class)
popx::SoftmaxOpx::SoftmaxOpx (C++ function)
popx::SoftPlusGradOpx (C++ class)
popx::SoftPlusGradOpx::grow (C++ function)
popx::SoftPlusGradOpx::SoftPlusGradOpx (C++ function)
popx::SoftPlusInplaceOpx (C++ class)
popx::SoftPlusInplaceOpx::SoftPlusInplaceOpx (C++ function)
popx::SoftPlusOpx (C++ class)
popx::SoftPlusOpx::SoftPlusOpx (C++ function)
popx::SoftSignGradOpx (C++ class)
popx::SoftSignGradOpx::grow (C++ function)
popx::SoftSignGradOpx::SoftSignGradOpx (C++ function)
popx::SoftSignInplaceOpx (C++ class)
popx::SoftSignInplaceOpx::SoftSignInplaceOpx (C++ function)
popx::SoftSignOpx (C++ class)
popx::SoftSignOpx::SoftSignOpx (C++ function)
popx::SparseAccumulateOpx (C++ class)
popx::SparseAccumulateOpx::createInputTensor (C++ function)
popx::SparseAccumulateOpx::grow (C++ function)
popx::SparseAccumulateOpx::mustExistBeforeCreate (C++ function)
popx::SparseAccumulateOpx::SparseAccumulateOpx (C++ function)
popx::SplitOpx (C++ class)
popx::SplitOpx::grow (C++ function)
popx::SplitOpx::SplitOpx (C++ function)
popx::SqrtOpx (C++ class)
popx::SqrtOpx::grow (C++ function)
popx::SqrtOpx::SqrtOpx (C++ function)
popx::SquareOpx (C++ class)
popx::SquareOpx::grow (C++ function)
popx::SquareOpx::SquareOpx (C++ function)
popx::StashOpx (C++ class)
popx::StashOpx::grow (C++ function)
popx::StashOpx::StashOpx (C++ function)
popx::SubgraphOpx (C++ class)
popx::SubgraphOpx::getInputsToPrepare (C++ function)
popx::SubgraphOpx::getOutputsToPrepare (C++ function)
popx::SubgraphOpx::outputCreatedExternally (C++ function)
popx::SubgraphOpx::SubgraphOpx (C++ function)
popx::SubsampleGradOpx (C++ class)
popx::SubsampleGradOpx::grow (C++ function)
popx::SubsampleGradOpx::SubsampleGradOpx (C++ function)
popx::SubsampleInplaceOpx (C++ class)
popx::SubsampleInplaceOpx::grow (C++ function)
popx::SubsampleInplaceOpx::SubsampleInplaceOpx (C++ function)
popx::SubsampleOpx (C++ class)
popx::SubsampleOpx::grow (C++ function)
popx::SubsampleOpx::SubsampleOpx (C++ function)
popx::SubtractArg0GradOpx (C++ class)
popx::SubtractArg0GradOpx::SubtractArg0GradOpx (C++ function)
popx::SubtractOpx (C++ class)
popx::SubtractOpx::grow (C++ function)
popx::SubtractOpx::SubtractOpx (C++ function)
popx::SumArgGradOpx (C++ class)
popx::SumArgGradOpx::grow (C++ function)
popx::SumArgGradOpx::SumArgGradOpx (C++ function)
popx::SumOpx (C++ class)
popx::SumOpx::getInputCreatorType (C++ function)
popx::SumOpx::grow (C++ function)
popx::SumOpx::SumOpx (C++ function)
popx::SumOpx::unwindRegion (C++ function)
popx::SumOpx::unwindTensorLayout (C++ function)
popx::SwishGradOpx (C++ class)
popx::SwishGradOpx::grow (C++ function)
popx::SwishGradOpx::SwishGradOpx (C++ function)
popx::SwishInplaceOpx (C++ class)
popx::SwishInplaceOpx::SwishInplaceOpx (C++ function)
popx::SwishOpx (C++ class)
popx::SwishOpx::SwishOpx (C++ function)
popx::SyncOpx (C++ class)
popx::SyncOpx::grow (C++ function)
popx::SyncOpx::SyncOpx (C++ function)
popx::TanhGradOpx (C++ class)
popx::TanhGradOpx::grow (C++ function)
popx::TanhGradOpx::TanhGradOpx (C++ function)
popx::TanhOpx (C++ class)
popx::TanhOpx::getInputCreatorType (C++ function)
popx::TanhOpx::grow (C++ function)
popx::TanhOpx::TanhOpx (C++ function)
popx::TanhOpx::unwindRegion (C++ function)
popx::TanhOpx::unwindTensorLayout (C++ function)
popx::TensorRemapOpx (C++ class)
popx::TensorRemapOpx::getInputCreatorType (C++ function)
popx::TensorRemapOpx::grow (C++ function)
popx::TensorRemapOpx::outputCreatedExternally (C++ function)
popx::TensorRemapOpx::TensorRemapOpx (C++ function)
popx::TensorRemapOpx::unwindRegion (C++ function)
popx::TensorRemapOpx::unwindTensorLayout (C++ function)
popx::ThresholdedReluGradOpx (C++ class)
popx::ThresholdedReluGradOpx::grow (C++ function)
popx::ThresholdedReluGradOpx::ThresholdedReluGradOpx (C++ function)
popx::ThresholdedReluInplaceOpx (C++ class)
popx::ThresholdedReluInplaceOpx::ThresholdedReluInplaceOpx (C++ function)
popx::ThresholdedReluOpx (C++ class)
popx::ThresholdedReluOpx::ThresholdedReluOpx (C++ function)
popx::TiedGatherOpx (C++ class)
popx::TiedGatherOpx::createInputTensor (C++ function)
popx::TiedGatherOpx::getInputCreatorType (C++ function)
popx::TiedGatherOpx::grow (C++ function)
popx::TiedGatherOpx::TiedGatherOpx (C++ function)
popx::TileGradOpx (C++ class)
popx::TileGradOpx::grow (C++ function)
popx::TileGradOpx::TileGradOpx (C++ function)
popx::TileOpx (C++ class)
popx::TileOpx::grow (C++ function)
popx::TileOpx::TileOpx (C++ function)
popx::TopKGradOpx (C++ class)
popx::TopKGradOpx::getGradOutShape (C++ function)
popx::TopKGradOpx::grow (C++ function)
popx::TopKGradOpx::TopKGradOpx (C++ function)
popx::TopKOpx (C++ class)
popx::TopKOpx::grow (C++ function)
popx::TopKOpx::TopKOpx (C++ function)
popx::TransposeGradOpx (C++ class)
popx::TransposeGradOpx::TransposeGradOpx (C++ function)
popx::TransposeInplaceOpx (C++ class)
popx::TransposeInplaceOpx::getInputCreatorType (C++ function)
popx::TransposeInplaceOpx::grow (C++ function)
popx::TransposeInplaceOpx::TransposeInplaceOpx (C++ function)
popx::TransposeInplaceOpx::unwindRegion (C++ function)
popx::TransposeInplaceOpx::unwindTensorLayout (C++ function)
popx::TransposeOpx (C++ class)
popx::TransposeOpx::getInputCreatorType (C++ function)
popx::TransposeOpx::grow (C++ function)
popx::TransposeOpx::TransposeOpx (C++ function)
popx::TransposeOpx::unwindRegion (C++ function)
popx::TransposeOpx::unwindTensorLayout (C++ function)
popx::VarUpdateOpx (C++ class)
popx::VarUpdateOpx::VarUpdateOpx (C++ function)
popx::ViewChanger (C++ class)
popx::ViewChanger::apply (C++ function)
popx::ViewChanger::containsAllDataRegions (C++ function)
popx::ViewChanger::operator!= (C++ function)
popx::ViewChanger::operator== (C++ function)
popx::ViewChanger::~ViewChanger (C++ function)
popx::ViewChangers (C++ class)
popx::ViewChangers::apply (C++ function)
popx::ViewChangers::empty (C++ function)
popx::ViewChangers::operator!= (C++ function)
popx::ViewChangers::operator== (C++ function)
popx::ViewChangers::ViewChangers (C++ function)
,
[1]
popx::WhereLhsInplaceOpx (C++ class)
popx::WhereLhsInplaceOpx::doGrow (C++ function)
popx::WhereLhsInplaceOpx::WhereLhsInplaceOpx (C++ function)
popx::WhereOpx (C++ class)
popx::WhereOpx::doGrow (C++ function)
popx::WhereOpx::WhereOpx (C++ function)
popx::WhereRhsInplaceOpx (C++ class)
popx::WhereRhsInplaceOpx::doGrow (C++ function)
popx::WhereRhsInplaceOpx::WhereRhsInplaceOpx (C++ function)
popx::WhereXGradOpx (C++ class)
popx::WhereXGradOpx::grow (C++ function)
popx::WhereXGradOpx::WhereXGradOpx (C++ function)
popx::WhereYGradOpx (C++ class)
popx::WhereYGradOpx::grow (C++ function)
popx::WhereYGradOpx::WhereYGradOpx (C++ function)
popx::ZerosOpx (C++ class)
popx::ZerosOpx::grow (C++ function)
popx::ZerosOpx::ZerosOpx (C++ function)
PostNRepl (C++ class)
PostNRepl::apply (C++ function)
PostNRepl::matches (C++ function)
PostNRepl::PostNRepl (C++ function)
PostNRepl::touches (C++ function)
PostNRepl::~PostNRepl (C++ function)
PowArg0GradOp (C++ class)
PowArg0GradOp::clone (C++ function)
PowArg0GradOp::PowArg0GradOp (C++ function)
PowArg0GradOpPattern (C++ class)
PowArg0GradOpPattern::matches (C++ function)
PowArg1GradOp (C++ class)
PowArg1GradOp::clone (C++ function)
PowArg1GradOp::PowArg1GradOp (C++ function)
PowArg1GradOpPattern (C++ class)
PowArg1GradOpPattern::matches (C++ function)
PowLhsInplaceOp (C++ class)
PowLhsInplaceOp::clone (C++ function)
PowLhsInplaceOp::PowLhsInplaceOp (C++ function)
PreAliasPattern (C++ class)
PreAliasPattern::apply (C++ function)
PreAliasPattern::makeReplacementOpInIr (C++ function)
PreAliasPattern::matches (C++ function)
PreAliasPattern::PreAliasPattern (C++ function)
PreAliasPattern::touches (C++ function)
PreAliasPattern::touchesAnchored (C++ function)
PreAliasPattern::~PreAliasPattern (C++ function)
PreAutomaticLossScale (C++ class)
PreAutomaticLossScale::apply (C++ function)
PreAutomaticLossScale::getId (C++ function)
PreAutomaticLossScale::getName (C++ function)
PreAutomaticLossScale::id (C++ function)
PreAutomaticLossScale::PreAutomaticLossScale (C++ function)
PreAutomaticLossScale::~PreAutomaticLossScale (C++ function)
PReluOp (C++ class)
PReluOp::clone (C++ function)
PReluOp::PReluOp (C++ function)
PreUniRepl (C++ class)
PreUniRepl::apply (C++ function)
PreUniRepl::matches (C++ function)
PreUniRepl::PreUniRepl (C++ function)
PreUniRepl::touches (C++ function)
PreUniRepl::~PreUniRepl (C++ function)
PrintTensorOp (C++ class)
PrintTensorOp::appendOutlineAttributes (C++ function)
PrintTensorOp::canBeReplacedByIdentity (C++ function)
PrintTensorOp::clone (C++ function)
PrintTensorOp::getGradOps (C++ function)
PrintTensorOp::getTitle (C++ function)
PrintTensorOp::gradInputInfo (C++ function)
PrintTensorOp::gradOutToNonGradIn (C++ function)
PrintTensorOp::PrintTensorOp (C++ function)
PrintTensorOp::shouldPrint (C++ function)
PriTaskDependency (C++ class)
PriTaskDependency::getTaskIds (C++ function)
PriTaskDependency::getType (C++ function)
PriTaskDependency::operator== (C++ function)
PriTaskDependency::PriTaskDependency (C++ function)
,
[1]
PriTaskDependency::satisfiedBy (C++ function)
Prune (C++ class)
Prune::apply (C++ function)
Prune::getId (C++ function)
Prune::getName (C++ function)
Prune::id (C++ function)
Prune::Prune (C++ function)
Prune::~Prune (C++ function)
PTensorCmp (C++ struct)
PTensorCmp::operator() (C++ function)
R
RandomBaseOp (C++ class)
RandomBaseOp::clone (C++ function)
RandomBaseOp::errorIfSeedIsSet (C++ function)
RandomBaseOp::getSupportedDataTypes (C++ function)
RandomBaseOp::RandomBaseOp (C++ function)
RandomBaseOp::requiresRandomSeed (C++ function)
RandomBaseOp::supportedDataTypes (C++ function)
RandomNormalBaseOp (C++ class)
RandomNormalBaseOp::appendOutlineAttributes (C++ function)
RandomNormalBaseOp::clone (C++ function)
RandomNormalBaseOp::getMean (C++ function)
RandomNormalBaseOp::getScale (C++ function)
RandomNormalBaseOp::RandomNormalBaseOp (C++ function)
RandomNormalLikeOp (C++ class)
RandomNormalLikeOp::clone (C++ function)
RandomNormalLikeOp::foldInputTensor (C++ function)
RandomNormalLikeOp::getGradOps (C++ function)
RandomNormalLikeOp::getInIndex (C++ function)
RandomNormalLikeOp::getSeedInIndex (C++ function)
RandomNormalLikeOp::RandomNormalLikeOp (C++ function)
RandomNormalLikeOp::setup (C++ function)
RandomNormalOp (C++ class)
RandomNormalOp::clone (C++ function)
RandomNormalOp::getSeedInIndex (C++ function)
RandomNormalOp::RandomNormalOp (C++ function)
RandomNormalOp::setup (C++ function)
RandomReferenceId (C++ type)
RandomSetup (C++ class)
RandomSetup::apply (C++ function)
RandomSetup::getId (C++ function)
RandomSetup::getName (C++ function)
RandomSetup::getStreamedSeedTensorId (C++ function)
RandomSetup::hasRandomSeed (C++ function)
RandomSetup::id (C++ function)
RandomSetup::RandomSetup (C++ function)
RandomSetup::requiresRandomSeed (C++ function)
RandomSetup::~RandomSetup (C++ function)
RandomUniformBaseOp (C++ class)
RandomUniformBaseOp::appendOutlineAttributes (C++ function)
RandomUniformBaseOp::clone (C++ function)
RandomUniformBaseOp::getHigh (C++ function)
RandomUniformBaseOp::getLow (C++ function)
RandomUniformBaseOp::RandomUniformBaseOp (C++ function)
RandomUniformLikeOp (C++ class)
RandomUniformLikeOp::clone (C++ function)
RandomUniformLikeOp::foldInputTensor (C++ function)
RandomUniformLikeOp::getGradOps (C++ function)
RandomUniformLikeOp::getInIndex (C++ function)
RandomUniformLikeOp::getSeedInIndex (C++ function)
RandomUniformLikeOp::RandomUniformLikeOp (C++ function)
RandomUniformLikeOp::setup (C++ function)
RandomUniformOp (C++ class)
RandomUniformOp::clone (C++ function)
RandomUniformOp::getSeedInIndex (C++ function)
RandomUniformOp::RandomUniformOp (C++ function)
RandomUniformOp::setup (C++ function)
Rank (C++ type)
ReciprocalGradOp (C++ class)
ReciprocalGradOp::clone (C++ function)
ReciprocalGradOp::ReciprocalGradOp (C++ function)
ReciprocalGradOpPattern (C++ class)
ReciprocalGradOpPattern::apply (C++ function)
ReciprocalGradOpPattern::matches (C++ function)
ReciprocalGradOpPattern::touches (C++ function)
ReciprocalOp (C++ class)
ReciprocalOp::clone (C++ function)
ReciprocalOp::getGradOps (C++ function)
ReciprocalOp::ReciprocalOp (C++ function)
RecomputationType (C++ enum)
RecomputationType::N (C++ enumerator)
RecomputationType::None (C++ enumerator)
RecomputationType::NormOnly (C++ enumerator)
RecomputationType::Pipeline (C++ enumerator)
RecomputationType::RecomputeAll (C++ enumerator)
RecomputationType::Standard (C++ enumerator)
RecomputeType (C++ enum)
RecomputeType::Checkpoint (C++ enumerator)
RecomputeType::Recompute (C++ enumerator)
RecomputeType::Recomputed (C++ enumerator)
RecomputeType::Undefined (C++ enumerator)
ReduceGradOp (C++ class)
ReduceGradOp::backwardShape (C++ function)
ReduceGradOp::clone (C++ function)
ReduceGradOp::getAxes (C++ function)
ReduceGradOp::getInIndex (C++ function)
ReduceGradOp::getOutIndex (C++ function)
ReduceGradOp::getSubgraphValue (C++ function)
ReduceGradOp::gradInputInfo (C++ function)
ReduceGradOp::gradOutToNonGradIn (C++ function)
ReduceGradOp::ReduceGradOp (C++ function)
ReduceGradOp::setup (C++ function)
ReduceL1GradOp (C++ class)
ReduceL1GradOp::clone (C++ function)
ReduceL1GradOp::getFwdInInIndex (C++ function)
ReduceL1GradOp::gradInputInfo (C++ function)
ReduceL1GradOp::ReduceL1GradOp (C++ function)
ReduceL1Op (C++ class)
ReduceL1Op::clone (C++ function)
ReduceL1Op::getGradOps (C++ function)
ReduceL1Op::ReduceL1Op (C++ function)
ReduceL2GradOp (C++ class)
ReduceL2GradOp::clone (C++ function)
ReduceL2GradOp::getFwdInInIndex (C++ function)
ReduceL2GradOp::getFwdOutInIndex (C++ function)
ReduceL2GradOp::gradInputInfo (C++ function)
ReduceL2GradOp::ReduceL2GradOp (C++ function)
ReduceL2Op (C++ class)
ReduceL2Op::clone (C++ function)
ReduceL2Op::getGradOps (C++ function)
ReduceL2Op::ReduceL2Op (C++ function)
ReduceLogSumExpGradOp (C++ class)
ReduceLogSumExpGradOp::clone (C++ function)
ReduceLogSumExpGradOp::getFwdInInIndex (C++ function)
ReduceLogSumExpGradOp::getFwdOutInIndex (C++ function)
ReduceLogSumExpGradOp::gradInputInfo (C++ function)
ReduceLogSumExpGradOp::ReduceLogSumExpGradOp (C++ function)
ReduceLogSumExpOp (C++ class)
ReduceLogSumExpOp::clone (C++ function)
ReduceLogSumExpOp::getGradOps (C++ function)
ReduceLogSumExpOp::ReduceLogSumExpOp (C++ function)
ReduceLogSumGradOp (C++ class)
ReduceLogSumGradOp::clone (C++ function)
ReduceLogSumGradOp::getFwdOutInIndex (C++ function)
ReduceLogSumGradOp::gradInputInfo (C++ function)
ReduceLogSumGradOp::ReduceLogSumGradOp (C++ function)
ReduceLogSumOp (C++ class)
ReduceLogSumOp::clone (C++ function)
ReduceLogSumOp::getGradOps (C++ function)
ReduceLogSumOp::ReduceLogSumOp (C++ function)
ReduceMaxGradOp (C++ class)
ReduceMaxGradOp::clone (C++ function)
ReduceMaxGradOp::getFwdInInIndex (C++ function)
ReduceMaxGradOp::getFwdOutInIndex (C++ function)
ReduceMaxGradOp::gradInputInfo (C++ function)
ReduceMaxGradOp::ReduceMaxGradOp (C++ function)
ReduceMaxOp (C++ class)
ReduceMaxOp::clone (C++ function)
ReduceMaxOp::getGradOps (C++ function)
ReduceMaxOp::ReduceMaxOp (C++ function)
ReduceMeanGradOp (C++ class)
ReduceMeanGradOp::clone (C++ function)
ReduceMeanGradOp::ReduceMeanGradOp (C++ function)
ReduceMeanOp (C++ class)
ReduceMeanOp::clone (C++ function)
ReduceMeanOp::getGradOps (C++ function)
ReduceMeanOp::ReduceMeanOp (C++ function)
ReduceMedianGradOp (C++ class)
ReduceMedianGradOp::clone (C++ function)
ReduceMedianGradOp::getIndicesInIndex (C++ function)
ReduceMedianGradOp::gradInputInfo (C++ function)
ReduceMedianGradOp::ReduceMedianGradOp (C++ function)
ReduceMedianOp (C++ class)
ReduceMedianOp::canBeReplacedByIdentity (C++ function)
ReduceMedianOp::clone (C++ function)
ReduceMedianOp::getGradOps (C++ function)
ReduceMedianOp::getIndicesOutIndex (C++ function)
ReduceMedianOp::ReduceMedianOp (C++ function)
ReduceMedianOp::setup (C++ function)
ReduceMinGradOp (C++ class)
ReduceMinGradOp::clone (C++ function)
ReduceMinGradOp::getFwdInInIndex (C++ function)
ReduceMinGradOp::getFwdOutInIndex (C++ function)
ReduceMinGradOp::gradInputInfo (C++ function)
ReduceMinGradOp::ReduceMinGradOp (C++ function)
ReduceMinOp (C++ class)
ReduceMinOp::clone (C++ function)
ReduceMinOp::getGradOps (C++ function)
ReduceMinOp::ReduceMinOp (C++ function)
ReduceOp (C++ class)
ReduceOp::appendOutlineAttributes (C++ function)
ReduceOp::backwardShape (C++ function)
ReduceOp::canBeReplacedByIdentity (C++ function)
ReduceOp::canShard (C++ function)
ReduceOp::clone (C++ function)
ReduceOp::getAxes (C++ function)
ReduceOp::getInIndex (C++ function)
ReduceOp::getKeepDims (C++ function)
ReduceOp::getOutBatchAxis (C++ function)
ReduceOp::getOutIndex (C++ function)
ReduceOp::getSubgraphValue (C++ function)
ReduceOp::ReduceOp (C++ function)
ReduceOp::setAxes (C++ function)
ReduceOp::setKeepDims (C++ function)
ReduceOp::setup (C++ function)
ReduceProdGradOp (C++ class)
ReduceProdGradOp::clone (C++ function)
ReduceProdGradOp::getFwdInInIndex (C++ function)
ReduceProdGradOp::gradInputInfo (C++ function)
ReduceProdGradOp::ReduceProdGradOp (C++ function)
ReduceProdOp (C++ class)
ReduceProdOp::clone (C++ function)
ReduceProdOp::getGradOps (C++ function)
ReduceProdOp::ReduceProdOp (C++ function)
ReduceSumGradOp (C++ class)
ReduceSumGradOp::clone (C++ function)
ReduceSumGradOp::ReduceSumGradOp (C++ function)
ReduceSumOp (C++ class)
ReduceSumOp::clone (C++ function)
ReduceSumOp::getGradOps (C++ function)
ReduceSumOp::ReduceSumOp (C++ function)
ReduceSumSquareGradOp (C++ class)
ReduceSumSquareGradOp::clone (C++ function)
ReduceSumSquareGradOp::getFwdInInIndex (C++ function)
ReduceSumSquareGradOp::gradInputInfo (C++ function)
ReduceSumSquareGradOp::ReduceSumSquareGradOp (C++ function)
ReduceSumSquareOp (C++ class)
ReduceSumSquareOp::clone (C++ function)
ReduceSumSquareOp::configureForReplicatedTensorSharding (C++ function)
ReduceSumSquareOp::getGradOps (C++ function)
ReduceSumSquareOp::getReplicatedTensorShardingIndices (C++ function)
ReduceSumSquareOp::ReduceSumSquareOp (C++ function)
ReductionType (C++ enum)
ReductionType::Mean (C++ enumerator)
ReductionType::N (C++ enumerator)
ReductionType::NoReduction (C++ enumerator)
ReductionType::Sum (C++ enumerator)
ReluGradOp (C++ class)
ReluGradOp::canShard (C++ function)
ReluGradOp::clone (C++ function)
ReluGradOp::getGradReludInIndex (C++ function)
ReluGradOp::getOutIndex (C++ function)
ReluGradOp::getReludInIndex (C++ function)
ReluGradOp::getSubgraphValue (C++ function)
ReluGradOp::gradInputInfo (C++ function)
ReluGradOp::gradOutToNonGradIn (C++ function)
ReluGradOp::ReluGradOp (C++ function)
ReluGradOp::setup (C++ function)
ReluInplaceOp (C++ class)
ReluInplaceOp::clone (C++ function)
ReluInplaceOp::ReluInplaceOp (C++ function)
,
[1]
ReluOp (C++ class)
ReluOp::clone (C++ function)
ReluOp::getGradOps (C++ function)
ReluOp::getInplaceVariant (C++ function)
ReluOp::inplacePriorityDefault (C++ function)
ReluOp::ReluOp (C++ function)
RemoteBaseOp (C++ class)
RemoteBaseOp::appendOutlineAttributes (C++ function)
RemoteBaseOp::canShard (C++ function)
RemoteBaseOp::clone (C++ function)
RemoteBaseOp::getLocalTensorInIndex (C++ function)
RemoteBaseOp::getRemoteBufferId (C++ function)
RemoteBaseOp::getRemoteBufferOffsetInIndex (C++ function)
RemoteBaseOp::RemoteBaseOp (C++ function)
RemoteBaseOp::setRemoteBufferId (C++ function)
RemoteBufferId (C++ type)
RemoteBufferIndex (C++ type)
RemoteLoadInplaceOp (C++ class)
RemoteLoadInplaceOp::aliases (C++ function)
RemoteLoadInplaceOp::bwdRegMap (C++ function)
RemoteLoadInplaceOp::clone (C++ function)
RemoteLoadInplaceOp::fwdRegMap (C++ function)
RemoteLoadInplaceOp::getExchangeDescriptor (C++ function)
RemoteLoadInplaceOp::getInplaceVariant (C++ function)
RemoteLoadInplaceOp::inplacePriorityDefault (C++ function)
RemoteLoadInplaceOp::modifies (C++ function)
RemoteLoadInplaceOp::RemoteLoadInplaceOp (C++ function)
,
[1]
RemoteLoadOp (C++ class)
RemoteLoadOp::clone (C++ function)
RemoteLoadOp::getExchangeDescriptor (C++ function)
RemoteLoadOp::getInplaceVariant (C++ function)
RemoteLoadOp::getLocalTensorOutIndex (C++ function)
RemoteLoadOp::getReplicatedTensorShardingIndices (C++ function)
RemoteLoadOp::growAliasModel (C++ function)
RemoteLoadOp::inplacePriorityDefault (C++ function)
RemoteLoadOp::mapInplaceProposal (C++ function)
RemoteLoadOp::RemoteLoadOp (C++ function)
RemoteLoadOp::setup (C++ function)
RemoteSetup (C++ class)
RemoteSetup::apply (C++ function)
RemoteSetup::getId (C++ function)
RemoteSetup::getName (C++ function)
RemoteSetup::getRemoteArgMapping (C++ function)
RemoteSetup::id (C++ function)
RemoteSetup::RemoteSetup (C++ function)
RemoteSetup::~RemoteSetup (C++ function)
RemoteStoreOp (C++ class)
RemoteStoreOp::clone (C++ function)
RemoteStoreOp::getExchangeDescriptor (C++ function)
RemoteStoreOp::getReplicatedTensorShardingIndices (C++ function)
RemoteStoreOp::hasSideEffect (C++ function)
RemoteStoreOp::RemoteStoreOp (C++ function)
RemoteStoreOp::setup (C++ function)
RemoveUnnecessaryLossGradCast (C++ class)
RemoveUnnecessaryLossGradCast::apply (C++ function)
RemoveUnnecessaryLossGradCast::matches (C++ function)
RemoveUnnecessaryLossGradCast::touches (C++ function)
ReplEqFun (C++ type)
ReplEqGraphFuns (C++ type)
ReplEqInputMap (C++ type)
ReplEqModifiedInputMap (C++ type)
ReplEqOutputMap (C++ type)
ReplicaEqualAnalysisProxy (C++ class)
ReplicaEqualAnalysisProxy::fwdPropagateIsReplicaEqualThroughGraph (C++ function)
ReplicaEqualAnalysisProxy::getModifiedInputMapFromAliases (C++ function)
ReplicaEqualAnalysisProxy::~ReplicaEqualAnalysisProxy (C++ function)
ReplicaIndex (C++ type)
ReplicatedAllGatherOp (C++ class)
ReplicatedAllGatherOp::clone (C++ function)
ReplicatedAllGatherOp::fwdPropagateIsReplicaEqual (C++ function)
ReplicatedAllGatherOp::getReplicatedTensorShardingIndices (C++ function)
ReplicatedAllGatherOp::getSubgraphValue (C++ function)
ReplicatedAllGatherOp::isConfigureOutputForReplicatedTensorSharding (C++ function)
ReplicatedAllGatherOp::ReplicatedAllGatherOp (C++ function)
,
[1]
ReplicatedAllGatherOp::setup (C++ function)
ReplicatedAllReduceInplaceOp (C++ class)
ReplicatedAllReduceInplaceOp::aliases (C++ function)
ReplicatedAllReduceInplaceOp::clone (C++ function)
ReplicatedAllReduceInplaceOp::modifies (C++ function)
ReplicatedAllReduceInplaceOp::ReplicatedAllReduceInplaceOp (C++ function)
,
[1]
,
[2]
ReplicatedAllReduceInplaceOp::setup (C++ function)
ReplicatedAllReduceOp (C++ class)
ReplicatedAllReduceOp::appendOutlineAttributes (C++ function)
ReplicatedAllReduceOp::clone (C++ function)
ReplicatedAllReduceOp::fwdPropagateIsReplicaEqual (C++ function)
ReplicatedAllReduceOp::getCollectiveOp (C++ function)
ReplicatedAllReduceOp::getCorrespondingLinkedIndexTensor (C++ function)
ReplicatedAllReduceOp::getInplaceVariant (C++ function)
ReplicatedAllReduceOp::getReplicatedTensorShardingIndices (C++ function)
ReplicatedAllReduceOp::getSubgraphValue (C++ function)
ReplicatedAllReduceOp::growAliasModel (C++ function)
ReplicatedAllReduceOp::hasCorrespondingLinkedIndexTensor (C++ function)
ReplicatedAllReduceOp::isCollectiveLinkedIndexTensor (C++ function)
,
[1]
ReplicatedAllReduceOp::ReplicatedAllReduceOp (C++ function)
,
[1]
ReplicatedAllReduceOp::setup (C++ function)
ReplicatedCollectivesSettings (C++ struct)
ReplicatedCollectivesSettings::hash (C++ function)
ReplicatedCollectivesSettings::mergeAllReduceCollectives (C++ member)
ReplicatedCollectivesSettings::prepareScheduleForMergingCollectives (C++ member)
ReplicatedCollectivesSettings::ReplicatedCollectivesSettings (C++ function)
ReplicatedReduceScatterOp (C++ class)
ReplicatedReduceScatterOp::appendOutlineAttributes (C++ function)
ReplicatedReduceScatterOp::clone (C++ function)
ReplicatedReduceScatterOp::fwdPropagateIsReplicaEqual (C++ function)
ReplicatedReduceScatterOp::getCollectiveOp (C++ function)
ReplicatedReduceScatterOp::getReplicatedTensorShardingIndices (C++ function)
ReplicatedReduceScatterOp::getSubgraphValue (C++ function)
ReplicatedReduceScatterOp::isConfigureOutputForReplicatedTensorSharding (C++ function)
ReplicatedReduceScatterOp::ReplicatedReduceScatterOp (C++ function)
,
[1]
,
[2]
ReplicatedReduceScatterOp::setup (C++ function)
ReplicatedStreamMode (C++ enum)
ReplicatedStreamMode::Broadcast (C++ enumerator)
ReplicatedStreamMode::Replicate (C++ enumerator)
ReplicatedTensorSharding (C++ enum)
ReplicatedTensorSharding::N (C++ enumerator)
ReplicatedTensorSharding::Off (C++ enumerator)
ReplicatedTensorSharding::On (C++ enumerator)
ReplicatedTensorShardingGroupId (C++ type)
ReplicatedTensorShardingIndices (C++ type)
ReplicatedTensorShardingIndicesIndex (C++ type)
ReplicatedTensorShardingOpInfo (C++ struct)
ReplicatedTensorShardingOpInfo::id (C++ member)
ReplicatedTensorShardingOpInfo::inIndices (C++ member)
ReplicatedTensorShardingOpInfo::operator< (C++ function)
ReplicatedTensorShardingOpInfo::outIndices (C++ member)
ReplicatedTensorShardingOpInfo::ReplicatedTensorShardingOpInfo (C++ function)
,
[1]
ReplicatedTensorShardingTracer (C++ class)
ReplicatedTensorShardingTracer::getGroup (C++ function)
,
[1]
ReplicatedTensorShardingTracer::hasGroup (C++ function)
,
[1]
ReplicatedTensorShardingTracer::ReplicatedTensorShardingTracer (C++ function)
ReplicatedTensorShardingTracer::trace (C++ function)
RequireOptimalSchedule (C++ enum)
RequireOptimalSchedule::No (C++ enumerator)
RequireOptimalSchedule::Yes (C++ enumerator)
RescaleAccumulateOp (C++ class)
RescaleAccumulateOp::clone (C++ function)
RescaleAccumulateOp::getRescaleRatioInIndex (C++ function)
RescaleAccumulateOp::optimizerInputs (C++ function)
RescaleAccumulateOp::RescaleAccumulateOp (C++ function)
ReshapeBaseOp (C++ class)
ReshapeBaseOp::bwdRegMap (C++ function)
ReshapeBaseOp::canBeReplacedByIdentity (C++ function)
ReshapeBaseOp::canShard (C++ function)
ReshapeBaseOp::clone (C++ function)
ReshapeBaseOp::configureShardedOp (C++ function)
ReshapeBaseOp::connectInTensor (C++ function)
ReshapeBaseOp::fwdRegMap (C++ function)
ReshapeBaseOp::getInIndex (C++ function)
ReshapeBaseOp::getOutIndex (C++ function)
ReshapeBaseOp::getOutShape (C++ function)
ReshapeBaseOp::getSubgraphValue (C++ function)
ReshapeBaseOp::growAliasModel (C++ function)
ReshapeBaseOp::ReshapeBaseOp (C++ function)
,
[1]
ReshapeBaseOp::setOutShape (C++ function)
ReshapeBaseOp::setup (C++ function)
ReshapeGradOp (C++ class)
ReshapeGradOp::clone (C++ function)
ReshapeGradOp::gradInputInfo (C++ function)
ReshapeGradOp::gradOutToNonGradIn (C++ function)
ReshapeGradOp::ReshapeGradOp (C++ function)
ReshapeInplaceOp (C++ class)
ReshapeInplaceOp::aliases (C++ function)
ReshapeInplaceOp::clone (C++ function)
ReshapeInplaceOp::getInplaceVariant (C++ function)
ReshapeInplaceOp::isInplaceViewChange (C++ function)
ReshapeInplaceOp::ReshapeInplaceOp (C++ function)
,
[1]
ReshapeOp (C++ class)
ReshapeOp::clone (C++ function)
ReshapeOp::getGradOps (C++ function)
ReshapeOp::getInplaceVariant (C++ function)
ReshapeOp::inplacePriorityDefault (C++ function)
ReshapeOp::isOutplaceViewChange (C++ function)
ReshapeOp::mapInplaceProposal (C++ function)
ReshapeOp::ReshapeOp (C++ function)
,
[1]
ResizeCoordinateTransformationMode (C++ enum)
ResizeCoordinateTransformationMode::AlignCorners (C++ enumerator)
ResizeCoordinateTransformationMode::Asymmetric (C++ enumerator)
ResizeCoordinateTransformationMode::HalfPixel (C++ enumerator)
ResizeCoordinateTransformationMode::N (C++ enumerator)
ResizeCoordinateTransformationMode::PytorchHalfPixel (C++ enumerator)
ResizeCoordinateTransformationMode::TfCropAndResize (C++ enumerator)
ResizeGradOp (C++ class)
ResizeGradOp::clone (C++ function)
ResizeGradOp::getFwdScales (C++ function)
ResizeGradOp::gradInputInfo (C++ function)
ResizeGradOp::gradOutToNonGradIn (C++ function)
ResizeGradOp::ResizeGradOp (C++ function)
ResizeMode (C++ enum)
ResizeMode::Cubic (C++ enumerator)
ResizeMode::Linear (C++ enumerator)
ResizeMode::N (C++ enumerator)
ResizeMode::Nearest (C++ enumerator)
ResizeNearestMode (C++ enum)
ResizeNearestMode::Ceil (C++ enumerator)
ResizeNearestMode::Floor (C++ enumerator)
ResizeNearestMode::N (C++ enumerator)
ResizeNearestMode::Pytorch (C++ enumerator)
ResizeNearestMode::RoundPreferCeil (C++ enumerator)
ResizeNearestMode::RoundPreferFloor (C++ enumerator)
ResizeOp (C++ class)
ResizeOp::clone (C++ function)
ResizeOp::getCoordinateTransformationMode (C++ function)
ResizeOp::getGradOps (C++ function)
ResizeOp::getInIndex (C++ function)
ResizeOp::getMode (C++ function)
ResizeOp::getNearestMode (C++ function)
ResizeOp::getOutIndex (C++ function)
ResizeOp::getScales (C++ function)
ResizeOp::getSubgraphValue (C++ function)
ResizeOp::ResizeOp (C++ function)
,
[1]
ResizeOp::setup (C++ function)
RestoreInplaceOp (C++ class)
RestoreInplaceOp::aliases (C++ function)
RestoreInplaceOp::clone (C++ function)
RestoreInplaceOp::getActToRestoreInIndex (C++ function)
RestoreInplaceOp::growAliasModel (C++ function)
RestoreInplaceOp::modifies (C++ function)
RestoreInplaceOp::requiredForRecompute (C++ member)
RestoreInplaceOp::RestoreInplaceOp (C++ function)
RestoreOp (C++ class)
RestoreOp::appendOutlineAttributes (C++ function)
RestoreOp::clone (C++ function)
RestoreOp::getRestoredActOutIndex (C++ function)
RestoreOp::getRestoredTensorId (C++ function)
RestoreOp::getStashInIndex (C++ function)
RestoreOp::getStashSize (C++ function)
RestoreOp::getSubgraphValue (C++ function)
RestoreOp::isOutlineable (C++ function)
RestoreOp::RestoreOp (C++ function)
RestoreOp::setup (C++ function)
ReturnPeriod (C++ type)
ReverseBaseOp (C++ class)
ReverseBaseOp::bwdRegMap (C++ function)
ReverseBaseOp::canBeReplacedByIdentity (C++ function)
ReverseBaseOp::clone (C++ function)
ReverseBaseOp::fwdRegMap (C++ function)
ReverseBaseOp::getDimensions (C++ function)
ReverseBaseOp::getInIndex (C++ function)
ReverseBaseOp::getOutIndex (C++ function)
ReverseBaseOp::getSubgraphValue (C++ function)
ReverseBaseOp::growAliasModel (C++ function)
ReverseBaseOp::ReverseBaseOp (C++ function)
ReverseBaseOp::setup (C++ function)
ReverseGradOp (C++ class)
ReverseGradOp::clone (C++ function)
ReverseGradOp::gradInputInfo (C++ function)
ReverseGradOp::gradOutToNonGradIn (C++ function)
ReverseGradOp::ReverseGradOp (C++ function)
ReverseInplaceOp (C++ class)
ReverseInplaceOp::aliases (C++ function)
ReverseInplaceOp::clone (C++ function)
ReverseInplaceOp::ReverseInplaceOp (C++ function)
ReverseOp (C++ class)
ReverseOp::appendOutlineAttributes (C++ function)
ReverseOp::clone (C++ function)
ReverseOp::getGradOps (C++ function)
ReverseOp::getInplaceVariant (C++ function)
ReverseOp::inplacePriorityDefault (C++ function)
ReverseOp::mapInplaceProposal (C++ function)
ReverseOp::ReverseOp (C++ function)
RMSPropUpdaterOp (C++ class)
RMSPropUpdaterOp::appendOutlineAttributes (C++ function)
RMSPropUpdaterOp::clone (C++ function)
RMSPropUpdaterOp::getAccl1InIndex (C++ function)
RMSPropUpdaterOp::getAccl2InIndex (C++ function)
RMSPropUpdaterOp::getEpsInIndex (C++ function)
RMSPropUpdaterOp::getGradInIndex (C++ function)
RMSPropUpdaterOp::getReplicatedTensorShardingIndices (C++ function)
RMSPropUpdaterOp::getSubgraphValue (C++ function)
RMSPropUpdaterOp::getUpdaterOutIndex (C++ function)
RMSPropUpdaterOp::initEps (C++ member)
RMSPropUpdaterOp::isOptimizerOp (C++ function)
RMSPropUpdaterOp::RMSPropUpdaterOp (C++ function)
RMSPropUpdaterOp::setup (C++ function)
RMSPropUpdaterOp::TFVariant (C++ member)
RNNGradOp (C++ class)
RNNGradOp::activation_attribute (C++ member)
RNNGradOp::clone (C++ function)
RNNGradOp::optionalInputs (C++ function)
RNNGradOp::RNNGradOp (C++ function)
RNNOp (C++ class)
RNNOp::activation_attribute (C++ member)
RNNOp::appendOutlineAttributes (C++ function)
RNNOp::clone (C++ function)
RNNOp::getGradOps (C++ function)
RNNOp::getInBatchAxis (C++ function)
RNNOp::getName (C++ function)
RNNOp::getOutBatchAxis (C++ function)
RNNOp::isOutlineable (C++ function)
RNNOp::RNNOp (C++ function)
RNNOp::setup (C++ function)
RoiAlignGradOp (C++ class)
RoiAlignGradOp::appendOutlineAttributes (C++ function)
RoiAlignGradOp::clone (C++ function)
RoiAlignGradOp::getAlignedHeight (C++ function)
RoiAlignGradOp::getAlignedWidth (C++ function)
RoiAlignGradOp::getSamplingRatio (C++ function)
RoiAlignGradOp::getSpatialScale (C++ function)
RoiAlignGradOp::getSubgraphValue (C++ function)
RoiAlignGradOp::gradInputInfo (C++ function)
RoiAlignGradOp::gradOutToNonGradIn (C++ function)
RoiAlignGradOp::RoiAlignGradOp (C++ function)
RoiAlignGradOp::setup (C++ function)
RoiAlignOp (C++ class)
RoiAlignOp::appendOutlineAttributes (C++ function)
RoiAlignOp::clone (C++ function)
RoiAlignOp::getAlignedHeight (C++ function)
RoiAlignOp::getAlignedWidth (C++ function)
RoiAlignOp::getGradOps (C++ function)
RoiAlignOp::getSamplingRatio (C++ function)
RoiAlignOp::getSpatialScale (C++ function)
RoiAlignOp::getSubgraphValue (C++ function)
RoiAlignOp::operator= (C++ function)
RoiAlignOp::RoiAlignOp (C++ function)
,
[1]
RoiAlignOp::setup (C++ function)
RoiAlignOp::~RoiAlignOp (C++ function)
RoundInplaceOp (C++ class)
RoundInplaceOp::clone (C++ function)
RoundInplaceOp::RoundInplaceOp (C++ function)
RoundOp (C++ class)
RoundOp::clone (C++ function)
RoundOp::getInplaceVariant (C++ function)
RoundOp::inplacePriorityDefault (C++ function)
RoundOp::RoundOp (C++ function)
runtime_error (C++ class)
S
ScaledAddLhsInplaceOp (C++ class)
ScaledAddLhsInplaceOp::aliases (C++ function)
ScaledAddLhsInplaceOp::bwdRegMap (C++ function)
ScaledAddLhsInplaceOp::clone (C++ function)
ScaledAddLhsInplaceOp::fwdRegMap (C++ function)
ScaledAddLhsInplaceOp::modifies (C++ function)
ScaledAddLhsInplaceOp::ScaledAddLhsInplaceOp (C++ function)
,
[1]
ScaledAddOp (C++ class)
ScaledAddOp::appendOutlineAttributes (C++ function)
ScaledAddOp::canShard (C++ function)
ScaledAddOp::clone (C++ function)
ScaledAddOp::getArg0InIndex (C++ function)
ScaledAddOp::getArg1InIndex (C++ function)
ScaledAddOp::getInplaceVariant (C++ function)
ScaledAddOp::getOutIndex (C++ function)
ScaledAddOp::getReplicatedTensorShardingIndices (C++ function)
ScaledAddOp::getScale0 (C++ function)
ScaledAddOp::getScale0InIndex (C++ function)
ScaledAddOp::getScale1 (C++ function)
ScaledAddOp::getScale1InIndex (C++ function)
ScaledAddOp::getSubgraphValue (C++ function)
ScaledAddOp::growAliasModel (C++ function)
ScaledAddOp::inplacePriorityDefault (C++ function)
ScaledAddOp::mapInplaceProposal (C++ function)
ScaledAddOp::ScaledAddOp (C++ function)
ScaledAddOp::setup (C++ function)
ScaledAddRhsInplaceOp (C++ class)
ScaledAddRhsInplaceOp::aliases (C++ function)
ScaledAddRhsInplaceOp::bwdRegMap (C++ function)
ScaledAddRhsInplaceOp::clone (C++ function)
ScaledAddRhsInplaceOp::fwdRegMap (C++ function)
ScaledAddRhsInplaceOp::modifies (C++ function)
ScaledAddRhsInplaceOp::ScaledAddRhsInplaceOp (C++ function)
ScaledVarUpdateOp (C++ class)
ScaledVarUpdateOp::appendOutlineAttributes (C++ function)
ScaledVarUpdateOp::clone (C++ function)
ScaledVarUpdateOp::getLrInIndex (C++ function)
ScaledVarUpdateOp::getSubgraphValue (C++ function)
ScaledVarUpdateOp::getWdInIndex (C++ function)
ScaledVarUpdateOp::initLr (C++ member)
ScaledVarUpdateOp::initWd (C++ member)
ScaledVarUpdateOp::lrInUpdater (C++ member)
ScaledVarUpdateOp::optimizerInputs (C++ function)
ScaledVarUpdateOp::ScaledVarUpdateOp (C++ function)
ScaleGradOp (C++ class)
ScaleGradOp::clone (C++ function)
ScaleGradOp::getInIndex (C++ function)
ScaleGradOp::getOutIndex (C++ function)
ScaleGradOp::gradInputInfo (C++ function)
ScaleGradOp::gradOutToNonGradIn (C++ function)
ScaleGradOp::ScaleGradOp (C++ function)
ScaleInplaceOp (C++ class)
ScaleInplaceOp::appendOutlineAttributes (C++ function)
ScaleInplaceOp::clone (C++ function)
ScaleInplaceOp::getScaleFactor (C++ function)
ScaleInplaceOp::ScaleInplaceOp (C++ function)
,
[1]
ScaleOp (C++ class)
ScaleOp::appendOutlineAttributes (C++ function)
ScaleOp::canBeReplacedByIdentity (C++ function)
ScaleOp::clone (C++ function)
ScaleOp::getGradOps (C++ function)
ScaleOp::getInplaceVariant (C++ function)
ScaleOp::getScaleFactor (C++ function)
ScaleOp::inplacePriorityDefault (C++ function)
ScaleOp::ScaleOp (C++ function)
ScaleOp::setScaleFactor (C++ function)
ScanOp (C++ class)
ScanOp::appendOutlineAttributes (C++ function)
ScanOp::clone (C++ function)
ScanOp::getCalledGraph (C++ function)
ScanOp::getNumImplicitInputs (C++ function)
ScanOp::getNumScanInputs (C++ function)
ScanOp::getNumScanOutputs (C++ function)
ScanOp::getNumVariables (C++ function)
ScanOp::getScanInputAxis (C++ function)
ScanOp::getScanInputDirection (C++ function)
ScanOp::getScanOutputAxis (C++ function)
ScanOp::getScanOutputDirection (C++ function)
ScanOp::getSubgraphValue (C++ function)
ScanOp::getTripCountValue (C++ function)
ScanOp::isScanInputReversed (C++ function)
ScanOp::isScanOutputReversed (C++ function)
ScanOp::opInToSubgraphInIndex (C++ function)
ScanOp::opOutToSubgraphOutIndex (C++ function)
ScanOp::ScanOp (C++ function)
ScanOp::setCalledGraph (C++ function)
ScanOp::setup (C++ function)
ScanOp::subgraphInToOpInIndex (C++ function)
ScanOp::subgraphOutToOpOutIndex (C++ function)
ScanToLoopPattern (C++ class)
ScanToLoopPattern::apply (C++ function)
ScanToLoopPattern::matches (C++ function)
ScanToLoopPattern::touches (C++ function)
ScatterDataGradOp (C++ class)
ScatterDataGradOp::appendOutlineAttributes (C++ function)
ScatterDataGradOp::clone (C++ function)
ScatterDataGradOp::getAvailableMemoryProportion (C++ function)
ScatterDataGradOp::getAxis (C++ function)
ScatterDataGradOp::getSubgraphValue (C++ function)
ScatterDataGradOp::gradInIndex (C++ function)
ScatterDataGradOp::gradInputInfo (C++ function)
ScatterDataGradOp::gradOutIndex (C++ function)
ScatterDataGradOp::gradOutToNonGradIn (C++ function)
ScatterDataGradOp::indicesInIndex (C++ function)
ScatterDataGradOp::ScatterDataGradOp (C++ function)
ScatterDataGradOp::setup (C++ function)
ScatterOp (C++ class)
ScatterOp::appendOutlineAttributes (C++ function)
ScatterOp::clone (C++ function)
ScatterOp::dataInIndex (C++ function)
ScatterOp::getAvailableMemoryProportion (C++ function)
ScatterOp::getAxis (C++ function)
ScatterOp::getGradOps (C++ function)
ScatterOp::getSubgraphValue (C++ function)
ScatterOp::indicesInIndex (C++ function)
ScatterOp::outIndex (C++ function)
ScatterOp::ScatterOp (C++ function)
ScatterOp::setAvailableMemoryProportion (C++ function)
ScatterOp::setup (C++ function)
ScatterOp::updatesInIndex (C++ function)
ScatterReduceGradOp (C++ class)
ScatterReduceGradOp::appendOutlineAttributes (C++ function)
ScatterReduceGradOp::clone (C++ function)
ScatterReduceGradOp::getAvailableMemoryProportion (C++ function)
ScatterReduceGradOp::getAxis (C++ function)
ScatterReduceGradOp::getReduction (C++ function)
ScatterReduceGradOp::getSubgraphValue (C++ function)
ScatterReduceGradOp::gradInIndex (C++ function)
ScatterReduceGradOp::gradInputInfo (C++ function)
ScatterReduceGradOp::gradOutIndex (C++ function)
ScatterReduceGradOp::gradOutToNonGradIn (C++ function)
ScatterReduceGradOp::indexBroadcasted (C++ function)
ScatterReduceGradOp::indicesInIndex (C++ function)
ScatterReduceGradOp::ScatterReduceGradOp (C++ function)
ScatterReduceGradOp::setup (C++ function)
ScatterReduceOp (C++ class)
ScatterReduceOp::appendOutlineAttributes (C++ function)
ScatterReduceOp::clone (C++ function)
ScatterReduceOp::dataInIndex (C++ function)
ScatterReduceOp::getAvailableMemoryProportion (C++ function)
ScatterReduceOp::getAxis (C++ function)
ScatterReduceOp::getBackwardShape (C++ function)
ScatterReduceOp::getGradOps (C++ function)
ScatterReduceOp::getReduction (C++ function)
ScatterReduceOp::getSubgraphValue (C++ function)
ScatterReduceOp::indexBroadcasted (C++ function)
ScatterReduceOp::indicesInIndex (C++ function)
ScatterReduceOp::outIndex (C++ function)
ScatterReduceOp::reductionFromString (C++ function)
ScatterReduceOp::reductionToString (C++ function)
ScatterReduceOp::ScatterReduceOp (C++ function)
ScatterReduceOp::setAvailableMemoryProportion (C++ function)
ScatterReduceOp::setup (C++ function)
ScatterReduction (C++ enum)
ScatterReduction::Sum (C++ enumerator)
ScatterUpdateGradOp (C++ class)
ScatterUpdateGradOp::appendOutlineAttributes (C++ function)
ScatterUpdateGradOp::clone (C++ function)
ScatterUpdateGradOp::getAvailableMemoryProportion (C++ function)
ScatterUpdateGradOp::getAxis (C++ function)
ScatterUpdateGradOp::getSubgraphValue (C++ function)
ScatterUpdateGradOp::gradInIndex (C++ function)
ScatterUpdateGradOp::gradInputInfo (C++ function)
ScatterUpdateGradOp::gradOutIndex (C++ function)
ScatterUpdateGradOp::gradOutToNonGradIn (C++ function)
ScatterUpdateGradOp::indicesInIndex (C++ function)
ScatterUpdateGradOp::ScatterUpdateGradOp (C++ function)
ScatterUpdateGradOp::setup (C++ function)
Scope (C++ class)
Scope::delimiter (C++ function)
Scope::depth (C++ function)
Scope::empty (C++ function)
Scope::getCommonParent (C++ function)
,
[1]
Scope::isSubscope (C++ function)
Scope::operator std::string (C++ function)
Scope::operator!= (C++ function)
Scope::operator/ (C++ function)
Scope::operator== (C++ function)
Scope::pop (C++ function)
Scope::str (C++ function)
SeluGradOp (C++ class)
SeluGradOp::appendAttributes (C++ function)
SeluGradOp::clone (C++ function)
SeluGradOp::getAlpha (C++ function)
SeluGradOp::getGamma (C++ function)
SeluGradOp::SeluGradOp (C++ function)
SeluInplaceOp (C++ class)
SeluInplaceOp::appendAttributes (C++ function)
SeluInplaceOp::clone (C++ function)
SeluInplaceOp::getAlpha (C++ function)
SeluInplaceOp::getGamma (C++ function)
SeluInplaceOp::SeluInplaceOp (C++ function)
SeluOp (C++ class)
SeluOp::appendAttributes (C++ function)
SeluOp::clone (C++ function)
SeluOp::getAlpha (C++ function)
SeluOp::getGamma (C++ function)
SeluOp::getGradOps (C++ function)
SeluOp::getInplaceVariant (C++ function)
SeluOp::inplacePriorityDefault (C++ function)
SeluOp::SeluOp (C++ function)
SequenceExpander (C++ class)
SequenceExpander::apply (C++ function)
SequenceExpander::touches (C++ function)
SequenceSliceInplaceOp (C++ class)
SequenceSliceInplaceOp::aliases (C++ function)
SequenceSliceInplaceOp::bwdRegMap (C++ function)
SequenceSliceInplaceOp::clone (C++ function)
SequenceSliceInplaceOp::fwdRegMap (C++ function)
SequenceSliceInplaceOp::modifies (C++ function)
SequenceSliceInplaceOp::SequenceSliceInplaceOp (C++ function)
SequenceSliceOp (C++ class)
SequenceSliceOp::clone (C++ function)
SequenceSliceOp::getDestinationInIndex (C++ function)
SequenceSliceOp::getDestOffsetInIndex (C++ function)
SequenceSliceOp::getGradOps (C++ function)
SequenceSliceOp::getInplaceVariant (C++ function)
SequenceSliceOp::getNInIndex (C++ function)
SequenceSliceOp::getOutIndex (C++ function)
SequenceSliceOp::getSourceInIndex (C++ function)
SequenceSliceOp::getSourceOffsetInIndex (C++ function)
SequenceSliceOp::getSubgraphValue (C++ function)
SequenceSliceOp::growAliasModel (C++ function)
SequenceSliceOp::inplacePriorityDefault (C++ function)
SequenceSliceOp::mapInplaceProposal (C++ function)
SequenceSliceOp::SequenceSliceOp (C++ function)
SequenceSliceOp::setup (C++ function)
SequenceSliceOp::zeroUnused (C++ member)
SerializeMatMuls (C++ class)
SerializeMatMuls::apply (C++ function)
SerializeMatMuls::getId (C++ function)
SerializeMatMuls::getName (C++ function)
SerializeMatMuls::id (C++ function)
SerializeMatMuls::SerializeMatMuls (C++ function)
SerializeMatMuls::~SerializeMatMuls (C++ function)
Session (C++ class)
Session::checkInplacingAmbiguity (C++ function)
Session::compileAndExport (C++ function)
,
[1]
Session::connectHostFunction (C++ function)
Session::connectStream (C++ function)
Session::connectStreamToCallback (C++ function)
Session::getCycleCount (C++ function)
Session::getDevice (C++ function)
,
[1]
Session::getExecutable (C++ function)
,
[1]
Session::getInfo (C++ function)
Session::getIr (C++ function)
Session::getIrLowering (C++ function)
Session::getRandomSeed (C++ function)
Session::getReport (C++ function)
Session::getRNGState (C++ function)
Session::getSerializedGraph (C++ function)
Session::getSummaryReport (C++ function)
Session::hasInfo (C++ function)
Session::loadEngineAndConnectStreams (C++ function)
Session::loadExecutableFromFile (C++ function)
Session::loadExecutableFromStream (C++ function)
Session::modelToHost (C++ function)
Session::prepareDevice (C++ function)
Session::readWeights (C++ function)
Session::resetHostWeights (C++ function)
Session::run (C++ function)
,
[1]
Session::saveExecutableToFile (C++ function)
Session::saveExecutableToStream (C++ function)
Session::serializeIr (C++ function)
Session::setDeviceInfo (C++ function)
Session::setRandomSeed (C++ function)
Session::setRNGState (C++ function)
Session::updateEngineCache (C++ function)
Session::updateExternallySavedTensorLocations (C++ function)
Session::weightsFromHost (C++ function)
Session::weightsToHost (C++ function)
Session::writeWeights (C++ function)
Session::~Session (C++ function)
SessionOptions (C++ struct)
SessionOptions::autoRecomputation (C++ member)
SessionOptions::dotChecks (C++ member)
SessionOptions::dotOpNames (C++ member)
SessionOptions::enableOutlining (C++ member)
SessionOptions::enableOutliningCopyCostPruning (C++ member)
SessionOptions::exportPoplarComputationGraph (C++ member)
SessionOptions::exportPoplarVertexGraph (C++ member)
SessionOptions::finalDotOp (C++ member)
SessionOptions::firstDotOp (C++ member)
SessionOptions::logDir (C++ member)
SessionOptions::mergeVarUpdate (C++ member)
SessionOptions::mergeVarUpdateMemThreshold (C++ member)
SessionOptions::outlineSequenceBreakCost (C++ member)
SessionOptions::outlineThreshold (C++ member)
SessionOptions::separateCallOpPdfs (C++ member)
SessionOptions::subgraphCopyingStrategy (C++ member)
SGD (C++ class)
SGD0ComboOp (C++ class)
SGD0ComboOp::accumType (C++ member)
SGD0ComboOp::appendOutlineAttributes (C++ function)
SGD0ComboOp::clone (C++ function)
SGD0ComboOp::getSlr0InIndex (C++ function)
SGD0ComboOp::getSubgraphValue (C++ function)
SGD0ComboOp::getWdsf0InIndex (C++ function)
SGD0ComboOp::initSlr0 (C++ member)
SGD0ComboOp::initWdsf0 (C++ member)
SGD0ComboOp::optimizerInputs (C++ function)
SGD0ComboOp::optionalInputs (C++ function)
SGD0ComboOp::reductionType (C++ member)
SGD0ComboOp::SGD0ComboOp (C++ function)
SGD0ComboOp::withGradAccum (C++ member)
SGD0Decompose (C++ class)
SGD0Decompose::apply (C++ function)
SGD0Decompose::matches (C++ function)
SGD0Decompose::touches (C++ function)
SGD0Decompose::varUpdateAndEraseCombo (C++ function)
SGD0VarUpdateOp (C++ class)
SGD0VarUpdateOp::clone (C++ function)
SGD0VarUpdateOp::getSubgraphValue (C++ function)
SGD0VarUpdateOp::SGD0VarUpdateOp (C++ function)
SGD0VarUpdateOpBase (C++ class)
SGD0VarUpdateOpBase::appendOutlineAttributes (C++ function)
SGD0VarUpdateOpBase::clone (C++ function)
SGD0VarUpdateOpBase::getSlr0InIndex (C++ function)
SGD0VarUpdateOpBase::getWdsf0InIndex (C++ function)
SGD0VarUpdateOpBase::initSlr0 (C++ member)
SGD0VarUpdateOpBase::initWdsf0 (C++ member)
SGD0VarUpdateOpBase::optimizerInputs (C++ function)
SGD0VarUpdateOpBase::optionalInputs (C++ function)
SGD0VarUpdateOpBase::SGD0VarUpdateOpBase (C++ function)
SGD1AcclUpdateOp (C++ class)
SGD1AcclUpdateOp::appendOutlineAttributes (C++ function)
SGD1AcclUpdateOp::clone (C++ function)
SGD1AcclUpdateOp::getSmm1InIndex (C++ function)
SGD1AcclUpdateOp::getSubgraphValue (C++ function)
SGD1AcclUpdateOp::getSwd1InIndex (C++ function)
SGD1AcclUpdateOp::initSmm1 (C++ member)
SGD1AcclUpdateOp::initSwd1 (C++ member)
SGD1AcclUpdateOp::optimizerInputs (C++ function)
SGD1AcclUpdateOp::SGD1AcclUpdateOp (C++ function)
SGD1ComboOp (C++ class)
SGD1ComboOp::clone (C++ function)
SGD1ComboOp::SGD1ComboOp (C++ function)
SGD1Decompose (C++ class)
SGD1Decompose::apply (C++ function)
SGD1Decompose::matches (C++ function)
SGD1Decompose::touches (C++ function)
SGD1VarUpdateOp (C++ class)
SGD1VarUpdateOp::appendOutlineAttributes (C++ function)
SGD1VarUpdateOp::clone (C++ function)
SGD1VarUpdateOp::getSlr1InIndex (C++ function)
SGD1VarUpdateOp::getSubgraphValue (C++ function)
SGD1VarUpdateOp::initSlr1 (C++ member)
SGD1VarUpdateOp::optimizerInputs (C++ function)
SGD1VarUpdateOp::SGD1VarUpdateOp (C++ function)
SGD2ComboOp (C++ class)
SGD2ComboOp::accl1Type (C++ member)
SGD2ComboOp::accumType (C++ member)
SGD2ComboOp::clone (C++ function)
SGD2ComboOp::SGD2ComboOp (C++ function)
SGD2ComboOp::withGradAccum (C++ member)
SGD2Decompose (C++ class)
SGD2Decompose::apply (C++ function)
SGD2Decompose::matches (C++ function)
SGD2Decompose::touches (C++ function)
SGD2PartialAcclUpdateOp (C++ class)
SGD2PartialAcclUpdateOp::clone (C++ function)
SGD2VarUpdateOp (C++ class)
SGD2VarUpdateOp::clone (C++ function)
SGD::clone (C++ function)
SGD::createOp (C++ function)
SGD::dampenings (C++ function)
SGD::fromDefaultMap (C++ function)
SGD::getInputIds (C++ function)
SGD::getInverseLossScalingTensorId (C++ function)
SGD::getOptimizerInputs (C++ function)
SGD::getSGDAccumulatorAndMomentum (C++ function)
SGD::getStoredValue (C++ function)
SGD::getUnsetDampening (C++ function)
SGD::getUnsetLearningRate (C++ function)
SGD::getUnsetLossScaling (C++ function)
SGD::getUnsetMomentum (C++ function)
SGD::getUnsetVelocityScaling (C++ function)
SGD::getUnsetWeightDecay (C++ function)
SGD::hash (C++ function)
SGD::hasSpecific (C++ function)
,
[1]
SGD::insertSpecific (C++ function)
,
[1]
SGD::learningRates (C++ function)
SGD::momentums (C++ function)
SGD::resetTensorData (C++ function)
SGD::setTensorData (C++ function)
SGD::SGD (C++ function)
,
[1]
,
[2]
,
[3]
SGD::type (C++ function)
SGD::type_s (C++ function)
SGD::validReplacement (C++ function)
SGD::velocityScalings (C++ function)
SGD::weightDecays (C++ function)
SGD::~SGD (C++ function)
SGDAccumulatorAndMomentum (C++ enum)
SGDAccumulatorAndMomentum::Combined (C++ enumerator)
SGDAccumulatorAndMomentum::Separate (C++ enumerator)
SGDMComboBaseOp (C++ class)
SGDMComboBaseOp::appendOutlineAttributes (C++ function)
SGDMComboBaseOp::clone (C++ function)
SGDMComboBaseOp::getDpsf1InIndex (C++ function)
SGDMComboBaseOp::getSlr1InIndex (C++ function)
SGDMComboBaseOp::getSmm1InIndex (C++ function)
SGDMComboBaseOp::getSubgraphValue (C++ function)
SGDMComboBaseOp::getSwd1InIndex (C++ function)
SGDMComboBaseOp::initDpsf1 (C++ member)
SGDMComboBaseOp::initSlr1 (C++ member)
SGDMComboBaseOp::initSmm1 (C++ member)
SGDMComboBaseOp::initSwd1 (C++ member)
SGDMComboBaseOp::optimizerInputs (C++ function)
SGDMComboBaseOp::optionalInputs (C++ function)
SGDMComboBaseOp::reductionType (C++ member)
SGDMComboBaseOp::SGDMComboBaseOp (C++ function)
Shape (C++ type)
ShapedDropoutGradOp (C++ class)
ShapedDropoutGradOp::clone (C++ function)
ShapedDropoutGradOp::getGradInIndex (C++ function)
ShapedDropoutGradOp::getOutIndex (C++ function)
ShapedDropoutGradOp::gradInputInfo (C++ function)
ShapedDropoutGradOp::gradOutToNonGradIn (C++ function)
ShapedDropoutGradOp::ShapedDropoutGradOp (C++ function)
ShapedDropoutOp (C++ class)
ShapedDropoutOp::appendOutlineAttributes (C++ function)
ShapedDropoutOp::clone (C++ function)
ShapedDropoutOp::getGradOps (C++ function)
ShapedDropoutOp::getShape (C++ function)
ShapedDropoutOp::setup (C++ function)
ShapedDropoutOp::ShapedDropoutOp (C++ function)
ShapeOrLikeOp (C++ class)
ShapeOrLikeOp::clone (C++ function)
ShapeOrLikeOp::getDataType (C++ function)
ShapeOrLikeOp::getOptionalDataType (C++ function)
ShapeOrLikeOp::getOutIndex (C++ function)
ShapeOrLikeOp::getSubgraphValue (C++ function)
ShapeOrLikeOp::getSupportedDataTypes (C++ function)
ShapeOrLikeOp::likeSupportedInputTypes (C++ function)
ShapeOrLikeOp::ShapeOrLikeOp (C++ function)
ShapeOrLikeOp::validateDataType (C++ function)
ShrinkGradOp (C++ class)
ShrinkGradOp::appendOutlineAttributes (C++ function)
ShrinkGradOp::bias (C++ function)
ShrinkGradOp::clone (C++ function)
ShrinkGradOp::lambd (C++ function)
ShrinkGradOp::ShrinkGradOp (C++ function)
ShrinkInplaceOp (C++ class)
ShrinkInplaceOp::appendOutlineAttributes (C++ function)
ShrinkInplaceOp::bias (C++ function)
ShrinkInplaceOp::clone (C++ function)
ShrinkInplaceOp::lambd (C++ function)
ShrinkInplaceOp::ShrinkInplaceOp (C++ function)
ShrinkOp (C++ class)
ShrinkOp::appendOutlineAttributes (C++ function)
ShrinkOp::bias (C++ function)
ShrinkOp::clone (C++ function)
ShrinkOp::getGradOps (C++ function)
ShrinkOp::getInplaceVariant (C++ function)
ShrinkOp::inplacePriorityDefault (C++ function)
ShrinkOp::lambd (C++ function)
ShrinkOp::ShrinkOp (C++ function)
SigmoidGradOp (C++ class)
SigmoidGradOp::clone (C++ function)
SigmoidGradOp::getFwdOutInIndex (C++ function)
SigmoidGradOp::getGradInIndex (C++ function)
SigmoidGradOp::getOutIndex (C++ function)
SigmoidGradOp::getSubgraphValue (C++ function)
SigmoidGradOp::gradInputInfo (C++ function)
SigmoidGradOp::gradOutToNonGradIn (C++ function)
SigmoidGradOp::setup (C++ function)
SigmoidGradOp::SigmoidGradOp (C++ function)
SigmoidInplaceOp (C++ class)
SigmoidInplaceOp::clone (C++ function)
SigmoidInplaceOp::SigmoidInplaceOp (C++ function)
SigmoidOp (C++ class)
SigmoidOp::clone (C++ function)
SigmoidOp::getGradOps (C++ function)
SigmoidOp::getInplaceVariant (C++ function)
SigmoidOp::inplacePriorityDefault (C++ function)
SigmoidOp::SigmoidOp (C++ function)
SignInplaceOp (C++ class)
SignInplaceOp::clone (C++ function)
SignInplaceOp::SignInplaceOp (C++ function)
SignOp (C++ class)
SignOp::clone (C++ function)
SignOp::getOpId (C++ function)
SignOp::getSubgraphValue (C++ function)
SignOp::SignOp (C++ function)
SinGradOp (C++ class)
SinGradOp::clone (C++ function)
SinGradOp::SinGradOp (C++ function)
SinhGradOp (C++ class)
SinhGradOp::clone (C++ function)
SinhGradOp::SinhGradOp (C++ function)
SinhInplaceOp (C++ class)
SinhInplaceOp::clone (C++ function)
SinhInplaceOp::SinhInplaceOp (C++ function)
,
[1]
SinhOp (C++ class)
SinhOp::clone (C++ function)
SinhOp::getGradOps (C++ function)
SinhOp::getInplaceVariant (C++ function)
SinhOp::inplacePriorityDefault (C++ function)
SinhOp::SinhOp (C++ function)
SinOp (C++ class)
SinOp::clone (C++ function)
SinOp::getGradOps (C++ function)
SinOp::SinOp (C++ function)
SliceGradOp (C++ class)
SliceGradOp::appendOutlineAttributes (C++ function)
SliceGradOp::canShard (C++ function)
SliceGradOp::clone (C++ function)
SliceGradOp::gradInputInfo (C++ function)
SliceGradOp::gradOutToNonGradIn (C++ function)
SliceGradOp::SliceGradOp (C++ function)
SliceInplaceOp (C++ class)
SliceInplaceOp::aliases (C++ function)
SliceInplaceOp::clone (C++ function)
SliceInplaceOp::getGradOps (C++ function)
SliceInplaceOp::SliceInplaceOp (C++ function)
,
[1]
SliceOp (C++ class)
SliceOp::clone (C++ function)
SliceOp::getGradOps (C++ function)
SliceOp::getInplaceVariant (C++ function)
SliceOp::inplacePriorityDefault (C++ function)
SliceOp::mapInplaceProposal (C++ function)
SliceOp::SliceOp (C++ function)
,
[1]
SoftmaxGradDirect (C++ class)
SoftmaxGradDirectOp (C++ class)
SoftmaxGradDirectOp::appendOutlineAttributes (C++ function)
SoftmaxGradDirectOp::clone (C++ function)
SoftmaxGradDirectOp::getGradProbsInIndex (C++ function)
SoftmaxGradDirectOp::getIgnoreIndex (C++ function)
SoftmaxGradDirectOp::getLabelInIndex (C++ function)
SoftmaxGradDirectOp::getOptionalIgnoreIndex (C++ function)
SoftmaxGradDirectOp::getOutIndex (C++ function)
SoftmaxGradDirectOp::getProbsInIndex (C++ function)
SoftmaxGradDirectOp::getReductionType (C++ function)
SoftmaxGradDirectOp::getSubgraphValue (C++ function)
SoftmaxGradDirectOp::hasIgnoreIndex (C++ function)
SoftmaxGradDirectOp::hasNlllFwdOp (C++ function)
SoftmaxGradDirectOp::nlllFwdOp (C++ function)
SoftmaxGradDirectOp::setup (C++ function)
SoftmaxGradDirectOp::SoftmaxGradDirectOp (C++ function)
SoftmaxGradOp (C++ class)
SoftmaxGradOp::appendOutlineAttributes (C++ function)
SoftmaxGradOp::canShard (C++ function)
SoftmaxGradOp::clone (C++ function)
SoftmaxGradOp::getAxis (C++ function)
SoftmaxGradOp::getGradProbsInIndex (C++ function)
SoftmaxGradOp::getOutIndex (C++ function)
SoftmaxGradOp::getProbsInIndex (C++ function)
SoftmaxGradOp::getSubgraphValue (C++ function)
SoftmaxGradOp::gradInputInfo (C++ function)
SoftmaxGradOp::gradOutToNonGradIn (C++ function)
SoftmaxGradOp::setup (C++ function)
SoftmaxGradOp::SoftmaxGradOp (C++ function)
SoftmaxInplaceOp (C++ class)
SoftmaxInplaceOp::appendOutlineAttributes (C++ function)
SoftmaxInplaceOp::clone (C++ function)
SoftmaxInplaceOp::getAxis (C++ function)
SoftmaxInplaceOp::SoftmaxInplaceOp (C++ function)
SoftmaxOp (C++ class)
SoftmaxOp::appendOutlineAttributes (C++ function)
SoftmaxOp::clone (C++ function)
SoftmaxOp::getAxis (C++ function)
SoftmaxOp::getGradOps (C++ function)
SoftmaxOp::getInplaceVariant (C++ function)
SoftmaxOp::inplacePriorityDefault (C++ function)
SoftmaxOp::setAxis (C++ function)
SoftmaxOp::SoftmaxOp (C++ function)
SoftPlusGradOp (C++ class)
SoftPlusGradOp::clone (C++ function)
SoftPlusGradOp::SoftPlusGradOp (C++ function)
SoftPlusInplaceOp (C++ class)
SoftPlusInplaceOp::clone (C++ function)
SoftPlusInplaceOp::SoftPlusInplaceOp (C++ function)
SoftPlusOp (C++ class)
SoftPlusOp::clone (C++ function)
SoftPlusOp::getGradOps (C++ function)
SoftPlusOp::getInplaceVariant (C++ function)
SoftPlusOp::inplacePriorityDefault (C++ function)
SoftPlusOp::SoftPlusOp (C++ function)
SoftSignGradOp (C++ class)
SoftSignGradOp::clone (C++ function)
SoftSignGradOp::SoftSignGradOp (C++ function)
SoftSignInplaceOp (C++ class)
SoftSignInplaceOp::clone (C++ function)
SoftSignInplaceOp::SoftSignInplaceOp (C++ function)
SoftSignOp (C++ class)
SoftSignOp::clone (C++ function)
SoftSignOp::getGradOps (C++ function)
SoftSignOp::getInplaceVariant (C++ function)
SoftSignOp::inplacePriorityDefault (C++ function)
SoftSignOp::SoftSignOp (C++ function)
SourceIpuMap (C++ type)
SourceTensorMap (C++ type)