Searched refs:ends (Results 1 - 25 of 76) sorted by relevance

1234

/frameworks/ml/nn/runtime/test/specs/V1_1/
H A Dstrided_slice.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{2}", [2, 3]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_1.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{1}", [3]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_10.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{2}", [2, 2]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_10_relaxed.mod.py20 ends = Parameter("ends", "TENSOR_INT32", "{2}", [2, 2]) variable
28 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_11.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{2}", [1, 3]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_11_relaxed.mod.py20 ends = Parameter("ends", "TENSOR_INT32", "{2}", [1, 3]) variable
28 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_1_relaxed.mod.py20 ends = Parameter("ends", "TENSOR_INT32", "{1}", [3]) variable
28 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_2.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{1}", [3]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_2_relaxed.mod.py20 ends = Parameter("ends", "TENSOR_INT32", "{1}", [3]) variable
28 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_3.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{1}", [3]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_3_relaxed.mod.py20 ends = Parameter("ends", "TENSOR_INT32", "{1}", [3]) variable
28 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_4.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{1}", [-2]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_4_relaxed.mod.py20 ends = Parameter("ends", "TENSOR_INT32", "{1}", [-2]) variable
28 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_5.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{1}", [3]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_5_relaxed.mod.py20 ends = Parameter("ends", "TENSOR_INT32", "{1}", [3]) variable
28 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_6.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{1}", [3]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_6_relaxed.mod.py20 ends = Parameter("ends", "TENSOR_INT32", "{1}", [3]) variable
28 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_7.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{1}", [-4]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_7_relaxed.mod.py20 ends = Parameter("ends", "TENSOR_INT32", "{1}", [-4]) variable
28 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_8.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{2}", [2, -4]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_8_relaxed.mod.py20 ends = Parameter("ends", "TENSOR_INT32", "{2}", [2, -4]) variable
28 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_9.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{2}", [2, 2]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_float_9_relaxed.mod.py20 ends = Parameter("ends", "TENSOR_INT32", "{2}", [2, 2]) variable
28 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_qaunt8_10.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{2}", [2, 2]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)
H A Dstrided_slice_qaunt8_11.mod.py4 ends = Parameter("ends", "TENSOR_INT32", "{2}", [1, 3]) variable
12 model = model.Operation("STRIDED_SLICE", i1, begins, ends, strides, beginMask, endMask, shrinkAxisMask).To(output)

Completed in 1418 milliseconds

1234