/aosp_15_r20/external/executorch/kernels/test/ |
H A D | op_squeeze_copy_test.cpp | 48 Tensor t_out = tf_d.ones({2}); in TEST_F() local 57 Tensor t_out = tf.zeros({}); variable 69 Tensor t_out = tf.ones({}); variable 78 Tensor t_out = tf.make({}, {99}); variable 90 Tensor t_out = tf.make({2, 1}, {4, 3}); variable 102 Tensor t_out = tf.make({2}, {4, 3}); variable 115 Tensor t_out = tf.zeros( variable 130 Tensor t_out = tf.zeros( variable 143 Tensor t_out = tf.zeros( variable 156 Tensor t_out = tf.zeros( variable [all …]
|
H A D | op_t_copy_test.cpp | 35 Tensor t_out = tf.make({4}, {0, 0, 0, 0}); variable 48 Tensor t_out = tf.make({2}, {0, 0}); variable 57 Tensor t_out = tf.make({3, 2}, {0, 0, 0, 0, 0, 0}); variable 71 Tensor t_out = tf.make({2, 2}, {0, 0, 0, 0}); variable 80 Tensor t_out = tf.make({3, 2, 1}, {0, 0, 0, 0, 0, 0}); variable
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/ |
H A D | Split.cpp | 40 vTensorPtr t_out = graph.get_tensor(out_ref); in add_split_with_sizes_default_node() local 52 vTensorPtr t_out = graph.get_tensor(out_ref); in add_split_with_sizes_default_node() local 63 vTensorPtr t_out = graph.get_tensor(out_ref); in add_split_with_sizes_default_node() local 74 vTensorPtr t_out = graph.get_tensor(out_ref); in add_split_with_sizes_default_node() local 85 vTensorPtr t_out = graph.get_tensor(out_ref); in add_split_with_sizes_default_node() local
|
H A D | Select.cpp | 24 const api::vTensor& t_out) { in check_args() 54 vTensorPtr t_out = graph.get_tensor(out); in add_select_int_node() local
|
H A D | IndexSelect.cpp | 36 vTensorPtr t_out = graph.get_tensor(out); in add_index_select_channel_node() local 83 vTensorPtr t_out = graph.get_tensor(out); in add_index_select_node() local
|
H A D | Convolution.cpp | 125 const api::vTensor& t_out, in get_conv2d_shader() 345 vTensorPtr t_out = graph.get_tensor(out); in add_conv2d_node() local 431 vTensorPtr t_out = graph.get_tensor(out); in add_conv1d_node() local
|
H A D | Repeat.cpp | 69 vTensorPtr t_out = graph.get_tensor(out); in add_repeat_channel_node() local 127 vTensorPtr t_out = graph.get_tensor(out); in add_repeat_node() local
|
H A D | Pool.cpp | 77 vTensorPtr t_out = graph.get_tensor(out_val->at(0)); in add_max_pool2d_node() local 152 vTensorPtr t_out = graph.get_tensor(out); in add_avg_pool2d_node() local
|
H A D | Copy.cpp | 29 vTensorPtr t_out = graph.get_tensor(out); in add_copy_offset_node() local 74 vTensorPtr t_out = graph.get_tensor(out); in add_copy_channel_offset_node() local
|
H A D | Unsqueeze.cpp | 23 vTensorPtr t_out = graph.get_tensor(out); in add_unsqueeze_node() local
|
H A D | Squeeze.cpp | 24 vTensorPtr t_out = graph.get_tensor(out); in add_squeeze_copy_dims_node() local
|
H A D | Embedding.cpp | 36 vTensorPtr t_out = graph.get_tensor(out); in add_embedding_node() local
|
H A D | Full.cpp | 40 vTensorPtr t_out = graph.get_tensor(out); in add_full_node() local
|
H A D | Arange.cpp | 85 vTensorPtr t_out = graph.get_tensor(out); in add_arange_node() local
|
H A D | Upsample.cpp | 91 vTensorPtr t_out = graph.get_tensor(out); in add_upsample_nearest2d_node() local
|
H A D | View.cpp | 64 vTensorPtr t_out = graph.get_tensor(out); in add_view_node() local
|
H A D | Cat.cpp | 32 vTensorPtr t_out = graph.get_tensor(out); in add_cat_default_node() local
|
H A D | Flip.cpp | 52 vTensorPtr t_out = graph.get_tensor(out); in add_flip_node() local
|
H A D | GridPriors.cpp | 41 vTensorPtr t_out = graph.get_tensor(out); in add_grid_priors_node() local
|
H A D | BinaryOp.cpp | 59 vTensorPtr t_out = graph.get_tensor(out); in add_binary_op_node() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | record_input_op.cc | 58 auto t_out = out.flat<tstring>(); in Compute() local
|
H A D | in_topk_op.cc | 70 Tensor* t_out = nullptr; in Compute() local
|
/aosp_15_r20/external/libwebsockets/lib/roles/http/compression/brotli/ |
H A D | brotli.c | 51 size_t a_in, a_out, t_out; in lcs_process_brotli() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/ |
H A D | KernelFunction_test.cpp | 330 at::Tensor& t_out = func.call<at::Tensor&, at::Tensor&, at::Scalar>(dummy, CPU_TEST_SET, t, 1.0f); in expectInPlaceUnboxedCallingWorks() local 341 at::Tensor& t_out = func.call<at::Tensor&, at::Scalar, at::Tensor&>(dummy, CPU_TEST_SET, 1.0f, t); in expectOutOfPlaceUnboxedCallingWorks() local
|
/aosp_15_r20/external/pytorch/android/test_app/app/src/main/cpp/ |
H A D | pytorch_testapp_jni.cpp | 46 c10::IValue t_out = module.forward({t}); in loadAndForwardModel() local
|