12 std::string input_name = nodeproto.input(0);
16 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser Tile op has input tensor" + input_name +
17 " but its type is not yet registered");
20 std::string repeat_name = nodeproto.input(1);
24 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser Tile op has input tensor" + input_name +
25 " but its type is not yet registered");
28 std::unique_ptr<ROperator> op;
29 std::string output_name = nodeproto.output(0);
34 throw std::runtime_error(
"TMVA::SOFIE - Unsupported - Operator Tile does not yet support input type " +
35 std::to_string(
static_cast<int>(input_type)));