Home
last modified time | relevance | path

Searched defs:input_var (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/experimental/migrate_gradual_types/
H A Dconstraint.py217 def __init__(self, tensor_size, input_var, dim_replace, index, output): argument
258 def __init__(self, tensor_size, input_var, index1, index2, output): argument
299 def __init__(self, tensor_size, index, res, input_var): argument
328 def __init__(self, tensor_size, index_tuple, res, input_var): argument
359 …def __init__(self, conv_result, input_var, c_out, kernel, padding, stride, dilation, matching_cons… argument
394 …def __init__(self, maxpool_result, input_var, kernel, padding, stride, dilation, matching_constrai… argument
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dnumpy_dataset.py28 def init_var_from_numpy(input_var, numpy_input, session): argument
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/batchnormalization/impl/SVE/
H A Dfp32.cpp52 … const auto input_var = reinterpret_cast<const float *>(var->ptr_to_element(Coordinates(0, 0))); in fp32_sve_batch_normalization() local
H A Dfp16.cpp52 …const auto input_var = reinterpret_cast<const float16_t *>(var->ptr_to_element(Coordinates(0, 0)… in fp16_sve_batch_normalization() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/generic/
H A Dimpl.cpp56 …const auto input_var = reinterpret_cast<const ScalarType *>(bn_var->ptr_to_element(Coordinates(0… in fused_batch_normalization_conv() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/nhwc/neon/
H A Dimpl.cpp56 …const auto input_var = reinterpret_cast<const ScalarType *>(bn_var->ptr_to_element(Coordinates(0… in fused_batch_normalization_dwc_nhwc() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c3258 nir_variable *input_var; in get_matching_input() local
3686 should_add_varying_match_record(nir_variable *const input_var, in should_add_varying_match_record()
3807 nir_variable *const input_var = in assign_initial_varying_locations() local
3903 nir_variable *const input_var = in assign_initial_varying_locations() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/batchnormalization/impl/NEON/
H A Dfp16.cpp61 …const auto input_var = reinterpret_cast<const float16_t *>(var->ptr_to_element(Coordinates(0, 0)… in batch_normalization() local
H A Dfp32.cpp60 … const auto input_var = reinterpret_cast<const float *>(var->ptr_to_element(Coordinates(0, 0))); in batch_normalization() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/nchw/
H A Dall.cpp57 …const auto input_var = reinterpret_cast<const ScalarType *>(bn_var->ptr_to_element(Coordinates(0… in fused_batch_normalization_dwc_nchw() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEBatchNormalizationLayerKernel.cpp173 const auto input_var = reinterpret_cast<const T *>(_var->ptr_to_element(Coordinates(0, 0))); in batch_normalization_nchw() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_utils.py124 def forward(self, input_var): argument
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c1082 replace_duplicate_input(nir_shader *shader, nir_variable *input_var, in replace_duplicate_input()
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_common.py395 self, model, input_var, target, loss, run_checkpoint=False, use_reentrant=True argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py4204 self, model, input_var, target, loss, scale_factor=1.0, memory_format=None argument
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp13135 static const GLchar *input_var = "in Data dataARRAY;\n"; in test() local