Lines Matching refs:IsDynamicTensor
1231 if (IsDynamicTensor(operandTensorInfo)) in ConvertToLayerInputHandle()
1352 if (IsDynamicTensor(operandTensorInfo)) in ConvertToLayerInputHandle()
1491 if (validateFunc && (IsDynamicTensor(outputSlot.GetTensorInfo()) || inferOutputShapes)) in SetupAndTrackLayerOutputSlot()
1639 if(IsDynamicTensor(outInfo)) in ConvertToActivation()
1858 if(IsDynamicTensor(outputInfo)) in ConvertPooling2d()
1955 if(IsDynamicTensor(outputInfo)) in ConvertArgMinMax()
2011 const bool isDynamicTensor = IsDynamicTensor(outputInfo); in ConvertConcatenation()
2122 if (IsDynamicTensor(outputInfo)) in ConvertConcatenation()
2133 if (IsDynamicTensor(outputInfo)) in ConvertConcatenation()
2328 if (!IsDynamicTensor(afterConcatInfo)) in ConvertConcatenation()
2454 if(!IsDynamicTensor(outputInfo)) in ConvertConv2d()
2543 if(!IsDynamicTensor(outputInfo)) in ConvertDepthToSpace()
2691 if(!IsDynamicTensor(outputInfo)) in ConvertDepthwiseConv2d()
2764 if(IsDynamicTensor(outputInfo)) in ConvertDequantize()
2841 if (!IsDynamicTensor(outputInfo)) in ConvertElementwiseBinary()
2905 if(!IsDynamicTensor(outputInfo)) in ConvertFloor()
3196 if(!IsDynamicTensor(outputInfo)) in ConvertFullyConnected()
3290 if(!IsDynamicTensor(outputInfo)) in ConvertL2Normalization()
3382 if(!IsDynamicTensor(outputInfo)) in ConvertLocalResponseNormalization()
3485 if(!IsDynamicTensor(outputInfo)) in ConvertMean()
3564 if(!IsDynamicTensor(outputInfo)) in ConvertPad()
3655 if(!IsDynamicTensor(outputInfo)) in ConvertReshape()
3706 if (IsDynamicTensor(GetTensorInfoForOperand(*output)) && !(AreDynamicTensorsSupported())) in ConvertSqueeze()
3867 if(IsDynamicTensor(outputInfo)) in ConvertStridedSlice()
3980 if(IsDynamicTensor(outputInfo)) in ConvertTranspose()
4080 if(!IsDynamicTensor(outputInfo)) in ConvertBatchToSpaceNd()
4203 if(IsDynamicTensor(outputInfo)) in ConvertSpaceToBatchNd()