Home
last modified time | relevance | path

Searched refs:kernel_values (Results 1 – 10 of 10) sorted by relevance

/external/pytorch/test/edge/
Dtest_operator_registration.cpp19 EValue* kernel_values[4]; in TEST() local
21 kernel_values[i] = &values[i]; in TEST()
24 op(context, kernel_values); in TEST()
27 ASSERT_TRUE(expected.equal(kernel_values[3]->toTensor())); in TEST()
41 EValue* kernel_values[4]; in TEST() local
43 kernel_values[i] = &values[i]; in TEST()
46 op(context, kernel_values); in TEST()
49 ASSERT_TRUE(expected.equal(kernel_values[3]->toTensor())); in TEST()
/external/tensorflow/tensorflow/lite/testing/op_tests/
Dlstm.py70 kernel_values = create_tensor_data(parameters["dtype"],
75 sess.run(tf.group(kernel.assign(kernel_values), bias.assign(bias_values)))
Dstatic_rnn_with_control_flow_v2.py77 kernel_values = create_tensor_data(parameters["dtype"],
82 sess.run(tf.group(kernel.assign(kernel_values), bias.assign(bias_values)))
/external/tensorflow/tensorflow/lite/experimental/mlir/testing/op_tests/
Dstatic_rnn_with_control_flow_v2.py81 kernel_values = create_tensor_data(parameters["dtype"],
86 sess.run(tf.group(kernel.assign(kernel_values), bias.assign(bias_values)))
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/
Dfully-connected-sparse.c31 const uint8_t* kernel_values, in pytorch_qnnp_create_fully_connected_sparse_dq_nc_q8() argument
109 fully_connected->sparse_matrix.values = kernel_values; in pytorch_qnnp_create_fully_connected_sparse_dq_nc_q8()
Doperator-run.c83 const uint8_t* kernel_values; member
112 context->kernel_values, in compute_q8gemm_sparse_dq()
142 const uint8_t* kernel_values; member
206 context->kernel_values, in compute_q8gemm_prepacked_sparse_dq()
220 context->kernel_values, in compute_q8gemm_prepacked_sparse_dq()
234 context->kernel_values, in compute_q8gemm_prepacked_sparse_dq()
1125 .kernel_values = op->sparse_matrix.values, in pytorch_qnnp_run_operator()
1201 .kernel_values = op->sparse_matrix.values, in pytorch_qnnp_run_operator()
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
Donedevice_train_palm_detection_filter_inference_beta.cc220 const T* __restrict kernel_values, in DepthwiseConv2dNative() argument
292 kernel_values[k_y * kernel_strides[0] + // y in DepthwiseConv2dNative()
311 const T* __restrict kernel_values, in DepthwiseConv2dNativeVALID() argument
318 input_shape, input_values, kernel_shape, kernel_values, stride_y, in DepthwiseConv2dNativeVALID()
326 const T* __restrict kernel_values, in DepthwiseConv2dNativeSAME() argument
332 input_shape, input_values, kernel_shape, kernel_values, stride_y, in DepthwiseConv2dNativeSAME()
Donedevice_train_palm_detection_filter_inference_v2.cc220 const T* __restrict kernel_values, in DepthwiseConv2dNative() argument
292 kernel_values[k_y * kernel_strides[0] + // y in DepthwiseConv2dNative()
311 const T* __restrict kernel_values, in DepthwiseConv2dNativeVALID() argument
318 input_shape, input_values, kernel_shape, kernel_values, stride_y, in DepthwiseConv2dNativeVALID()
326 const T* __restrict kernel_values, in DepthwiseConv2dNativeSAME() argument
332 input_shape, input_values, kernel_shape, kernel_values, stride_y, in DepthwiseConv2dNativeSAME()
Donedevice_train_palm_detection_filter_inference.cc221 const T* __restrict kernel_values, in DepthwiseConv2dNative() argument
293 kernel_values[k_y * kernel_strides[0] + // y in DepthwiseConv2dNative()
312 const T* __restrict kernel_values, in DepthwiseConv2dNativeVALID() argument
319 input_shape, input_values, kernel_shape, kernel_values, stride_y, in DepthwiseConv2dNativeVALID()
327 const T* __restrict kernel_values, in DepthwiseConv2dNativeSAME() argument
333 input_shape, input_values, kernel_shape, kernel_values, stride_y, in DepthwiseConv2dNativeSAME()
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/include/
Dpytorch_qnnpack.h180 const uint8_t* kernel_values,