Home
last modified time | relevance | path

Searched refs:GetDimensions (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dlayernorm_builder.cpp145 auto inputShape = allTensors[inputsIndex[INPUT_X]]->GetDimensions(); in Build()
182 auto inputShape = allTensors[inputsIndex[INPUT_X]]->GetDimensions(); in ValidateGammaAndBetaShape()
183 auto gammaShape = allTensors[inputsIndex[INPUT_GAMMA]]->GetDimensions(); in ValidateGammaAndBetaShape()
184 auto betaShape = allTensors[inputsIndex[INPUT_BETA]]->GetDimensions(); in ValidateGammaAndBetaShape()
H A Dspace_to_batch_nd_builder.cpp45 auto blockshape_shape = tensor->GetDimensions(); in SetBlockShape()
78 auto paddings_shape = tensor->GetDimensions(); in SetPaddings()
H A Ddepthwise_conv2d_native_builder.cpp91 auto weightShape = allTensors[inputsIndex[INPUT_WEIGHT]]->GetDimensions(); in SetKernelSize()
220 auto inputShape = allTensors[inputsIndex[INPUT_X]]->GetDimensions(); in Build()
H A Dconv2d_builder.cpp63 auto weightShape = allTensors[inputsIndex[CONV2D_INPUT_WEIGHT]]->GetDimensions(); in SetChannel()
79 auto weightShape = allTensors[inputsIndex[CONV2D_INPUT_WEIGHT]]->GetDimensions(); in SetKernelSize()
H A Dconv2d_transpose_builder.cpp57 auto weightShape = allTensors[inputsIndex[INPUT_WEIGHT]]->GetDimensions(); in SetInput()
72 auto weightShape = allTensors[inputsIndex[INPUT_WEIGHT]]->GetDimensions(); in SetKernelSize()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnn_tensor.h69 std::vector<int32_t> GetDimensions() const;
H A Dnn_tensor.cpp409 std::vector<int32_t> NNTensor::GetDimensions() const in GetDimensions() function in OHOS::NeuralNetworkRuntime::NNTensor
499 const std::vector<int32_t> dimensions = tensor.GetDimensions(); in CompareAttribute()
H A Dnnexecutor.cpp404 const std::vector<int32_t> dimensions = tensor.GetDimensions(); in CompareAttribute()