I am trying to replace a node of a onnx model. but I need calculate the node value: sizes = np.concatenate([part_a, part_b]) # replace resizes input with sizes # new_node = helper.make_tensor_value_info(in_sizes, TensorProto.INT64, sizes...
Python onnx.helper.make_tensor_value_info() Examples The following are 30 code examples of onnx.helper.make_tensor_value_info(). You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each ...