Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not parse a correct protxt #6

Open
xiwei777 opened this issue Mar 27, 2023 · 0 comments
Open

can not parse a correct protxt #6

xiwei777 opened this issue Mar 27, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@xiwei777
Copy link

'''
op_name: "reduce_tensor"
input {
id: "a"
shape: {
dims: 50
dims: 32
dims: 768
dims: 1
}
layout: LAYOUT_NCHW
dtype: DTYPE_FLOAT
ttype: TENSOR
random_data: {
seed: 233
distribution: UNIFORM
upper_bound: 10
lower_bound: -10
}
}
output {
id: "c"
shape: {
dims: 1
dims: 1
dims: 768
dims: 1
}
layout: LAYOUT_NCHW
dtype: DTYPE_FLOAT
ttype: TENSOR
random_data: {
seed: 233
distribution: UNIFORM
upper_bound: 10
lower_bound: -10
}
}
reduce_tensor {
reduce_tensor_param {
op: 0
data type: 0
nanOpt: 1
indices mode: 0
indices type: 0
alpha: 1.000000
beta: 0.000000
workspace size: 4915200
}
}
'''

image

@yogin16 yogin16 added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants