Home
last modified time | relevance | path

Searched refs:o8 (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_2/
Dtranspose_conv2d.mod.py270 o8 = Output("op4", "TENSOR_FLOAT32", "{1, 4, 4, 1}") # output variable
271 Model().Operation("TRANSPOSE_CONV_2D", i8, w8, b8, s8, 1, 2, 2, 0, layout).To(o8)
278 o8: ("TENSOR_QUANT8_ASYMM", 16.0, 0)
283 o8: [2, 0, 4, 0, 0, 0, 0, 0, 6, 0, 8, 0, 0, 0, 0, 0]
284 }).AddNchw(i8, o8, s8, layout).AddVariations("relaxed", quant8, "float16").AddInput(w8, b8)
Dconv2d_v1_2.mod.py174 o8 = Output("op4", "TENSOR_FLOAT32", "{1, 6, 7, 3}") variable
176 model_3_valid = Model("3_H3_W2_VALID").Operation("CONV_2D", i7, f7, b7, 2, 1, 1, 0, layout).To(o8)
188o8: [-0.186842, -1.87308, 1.21135, -0.385009, 1.72032, -1.56036, -1.23059, 1.23694, 0.00200015, 0.…
191o8: [1.06709, -1.16534, 1.52694, -0.797245, 0.802736, -0.997109, 2.2661, -1.45548, 2.15506, -1.336…
192 }, model=model_3_valid).AddNchw(i7, o8, layout).AddVariations("relaxed", "float16")
/frameworks/compile/slang/tests/F_one_definition_rule8/
Ddef1.rs15 DifferentDefinition8 o8;
Ddef2.rs15 DifferentDefinition8 o8;