Home
last modified time | relevance | path

Searched refs:IntroducedIn (Results 1 – 11 of 11) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dpad_low_rank_quant8.mod.py21 model = Model().IntroducedIn("V1_1").Operation("PAD", input0, paddings).To(output0)
Dpad_quant8.mod.py24 model = Model().IntroducedIn("V1_1").Operation("PAD", input0, paddings).To(output0)
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3_cts_only/
Dconcat_invalid_rank.mod.py23 axis).To(output0).IntroducedIn("V1_0")
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Dfully_connected_float_4d_simple.mod.py21 model = Model().IntroducedIn("V1_0")
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dl2_normalization_zeros.mod.py32 Model().IntroducedIn("V1_2").Operation("L2_NORMALIZATION", i1, axis).To(o1)
Dpow_same_shape.mod.py24 model = Model().Operation("POW", base, exponent).To(output).IntroducedIn("V1_2")
Dcast_identity.mod.py83 model.IntroducedIn(operand.introduced_in)
Dbidirectional_sequence_rnn_1_3.mod.py60 model = model.IntroducedIn("V1_2")
Dbidirectional_sequence_lstm.mod.py307 ).To(fw_output, bw_output).IntroducedIn("V1_2")
/packages/modules/NeuralNetworks/tools/test_generator/
DREADME.md347 Use `IntroducedIn` to set the version of a model. All variations of the model will have the same ve…
350 model_V1_0 = Model().IntroducedIn("V1_0")
358 …ests are specified by names. This method can also override the version specified by `IntroducedIn`.
Dtest_generator.py515 def IntroducedIn(self, ver): member in Model
623 self.IntroducedIn(None)
1231 self.model.IntroducedIn(Example.versionOverrides[str(self.testName)])