Searched refs:Conv (Results 1 - 15 of 15) sorted by relevance

/frameworks/ml/nn/tools/test_generator/tests/P_conv/
H A Dconv_1_h3_w2_SAME.mod.py10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
/frameworks/ml/nn/tools/test_generator/tests/P_quantized_conv/
H A Dquantized.mod.py10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
/frameworks/ml/nn/runtime/test/specs/V1_0/
H A Dconv_1_h3_w2_SAME.mod.py10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
H A Dconv_1_h3_w2_VALID.mod.py10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
H A Dconv_3_h3_w2_SAME.mod.py10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
H A Dconv_3_h3_w2_VALID.mod.py10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
H A Dmobilenet_quantized.mod.py[all...]
H A Dmobilenet_224_gender_basic_fixed.mod.py[all...]
/frameworks/ml/nn/runtime/test/specs/V1_1/
H A Dconv_1_h3_w2_SAME_relaxed.mod.py26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
H A Dconv_1_h3_w2_VALID_relaxed.mod.py26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
H A Dconv_3_h3_w2_SAME_relaxed.mod.py26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
H A Dconv_3_h3_w2_VALID_relaxed.mod.py26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
H A Dmobilenet_224_gender_basic_fixed_relaxed.mod.py[all...]
/frameworks/ml/nn/common/operations/
H A DConv2D.cpp63 /* http://b/77982879, tflite::optimized_ops::Conv uses int for offsets */ \
65 LOG(ERROR) << "Conv size is too large, not enough memory"; \
73 LOG(ERROR) << "Conv size is too large, not enough memory"; \
96 tflite::optimized_ops::Conv(
145 tflite::optimized_ops::Conv(
/frameworks/ml/nn/tools/test_generator/
H A Dtest_generator.py481 def Conv(self, filter, bias, input, padding, stride_width, stride_height, activation): member in class:Model

Completed in 1749 milliseconds