Searched refs:GetGraphInputTensorShape (Results 1 – 5 of 5) sorted by relevance
101 std::vector<int64_t> GetGraphInputTensorShape(const std::string &tensor_name) const { in GetGraphInputTensorShape() function
312 …std::vector<int64_t> shape = ConverterContext::GetInstance()->GetGraphInputTensorShape(layer.name(… in ConvertGraphInputsOfLayer()338 ConverterContext::GetInstance()->GetGraphInputTensorShape(caffe_model_.input(i)); in ConvertGraphInputsOfShape()369 …std::vector<int64_t> shape = ConverterContext::GetInstance()->GetGraphInputTensorShape(caffe_model… in ConvertGraphInputsOfDim()
436 …std::vector<int64_t> shape_vector = ConverterContext::GetInstance()->GetGraphInputTensorShape(tens… in ConvertGraphInputs()
435 shape = ConverterContext::GetInstance()->GetGraphInputTensorShape(node.name()); in ConvertParameter()
296 …std::vector<int64_t> shape_vector = ConverterContext::GetInstance()->GetGraphInputTensorShape(inpu… in ConvertGraphInputs()