HomeSort by relevance Sort by last modified time
    Searched refs:act0 (Results 1 - 6 of 6) sorted by null

  /frameworks/ml/nn/runtime/test/specs/
avg_pool_float_2.mod.py 34 act0 = Int32Scalar("activation", 0) variable
42 "AVERAGE_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act0).To(output)
avg_pool_float_3.mod.py 34 act0 = Int32Scalar("activation", 0) variable
42 "AVERAGE_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act0).To(output)
avg_pool_quant8_2.mod.py 34 act0 = Int32Scalar("activation", 0) variable
42 "AVERAGE_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act0).To(output)
avg_pool_quant8_3.mod.py 34 act0 = Int32Scalar("activation", 0) variable
42 "AVERAGE_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act0).To(output)
max_pool_float_2.mod.py 34 act0 = Int32Scalar("activation", 0) variable
42 "MAX_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act0).To(output)
max_pool_quant8_2.mod.py 34 act0 = Int32Scalar("activation", 0) variable
42 "MAX_POOL_2D", i0, padding, padding, padding, padding, stride, stride, filt, filt, act0).To(output)

Completed in 254 milliseconds