/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | ragged_squeeze_op_test.py | 46 def test_passing_empty(self, input_list, squeeze_ranks=None): argument 106 def test_passing_simple(self, input_list, squeeze_ranks=None): argument 160 def test_passing_simple_from_dense(self, input_list, squeeze_ranks=None): argument 179 def test_passing_ragged(self, input_list, output_list, squeeze_ranks=None): argument 240 def test_failing_InvalidArgumentError(self, input_list, squeeze_ranks): argument 269 def test_failing_no_squeeze_dim_specified(self, input_list): argument 279 def test_failing_axis_is_not_a_list(self, input_list, squeeze_ranks): argument
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_list_dict.py | 2627 def _compare_eager_and_script(self, fn, input_list, script_input_list=None): argument 2688 def sum_elements(input_list): argument 2728 def setitem(input_list): argument 2739 def setitem_slice(input_list): argument 2746 def out_of_range(input_list): argument 2749 def out_of_range_negative(input_list): argument 2752 def wrong_index_type(input_list): argument 2774 def fn(input_list): argument 2796 def del_fn(input_list): argument 2799 def del_fn_out_of_range(input_list): argument [all …]
|
/aosp_15_r20/external/federated-compute/fcp/tensorflow/ |
H A D | serve_slices_op.cc | 64 tensorflow::OpInputList input_list; in get_arbitrary_input_list_as_tensor_vector() local 76 tensorflow::OpInputList input_list; in get_string_list_input() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/ |
H A D | plot_webrtc_test_logs.py | 368 def ToString(input_list): argument 372 def ToStringWithoutMetric(input_list, metric): argument
|
/aosp_15_r20/external/executorch/examples/qualcomm/ |
H A D | utils.py | 98 def push(self, inputs=None, input_list=None, files=None): argument 527 def generate_inputs(dest_path: str, file_name: str, inputs=None, input_list=None): argument
|
/aosp_15_r20/external/cronet/build/ |
H A D | locale_tool.py | 116 def _BuildIntervalList(input_list, predicate): argument 148 def _SortListSubRange(input_list, start, end, key_func): argument 274 def _PrettyPrintListAsLines(input_list, available_width, trailing_comma=False): argument
|
/aosp_15_r20/external/angle/build/ |
H A D | locale_tool.py | 116 def _BuildIntervalList(input_list, predicate): argument 148 def _SortListSubRange(input_list, start, end, key_func): argument 274 def _PrettyPrintListAsLines(input_list, available_width, trailing_comma=False): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/ |
H A D | base_layer.py | 1055 def _functional_construction_call(self, inputs, args, kwargs, input_list): argument 2349 def _maybe_cast_inputs(self, inputs, input_list=None): argument 2506 def _get_input_masks(self, inputs, input_list, args, kwargs): argument 3253 def _in_functional_construction_mode(layer, inputs, args, kwargs, input_list): # pylint: disable=u… argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | list_kernels.cc | 98 const TensorList& input_list, in ForwardInputOrCreateNewList() 376 const TensorList* input_list = nullptr; in Compute() local
|
H A D | string_join_op.cc | 38 OpInputList input_list; in Compute() local
|
/aosp_15_r20/build/soong/bloaty/ |
H A D | bloaty_merger.py | 58 def create_file_size_metrics(input_list, output_proto): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | serialization_utils.cc | 58 const std::vector<std::pair<string, Tensor>>& input_list, in FromGraphDef() 421 std::vector<std::pair<string, Tensor>>* input_list, in AsGraphDefForRewrite()
|
/aosp_15_r20/external/executorch/examples/mediatek/model_export_scripts/ |
H A D | inception_v3.py | 94 inputs, targets, input_list = get_dataset( variable
|
H A D | inception_v4.py | 93 inputs, targets, input_list = get_dataset( variable
|
H A D | resnet50.py | 94 inputs, targets, input_list = get_dataset( variable
|
H A D | mobilenet_v2.py | 94 inputs, targets, input_list = get_dataset( variable
|
H A D | mobilenet_v3.py | 94 inputs, targets, input_list = get_dataset( variable
|
H A D | deeplab_v3.py | 92 inputs, targets, input_list = get_dataset( variable
|
H A D | resnet18.py | 94 inputs, targets, input_list = get_dataset( variable
|
H A D | edsr.py | 146 inputs, targets, input_list = dataset.lr, dataset.hr, dataset.get_input_list() variable
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/ |
H A D | Cat.cpp | 24 ValueListPtr input_list = graph.get_value_list(in_list_ref); in add_cat_default_node() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/ |
H A D | xnnpack_backend_preprocess.cpp | 99 auto input_list = inp.toList(); in preprocess() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveNoQXDMLogTest.py | 101 def _get_list_average(self, input_list): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | tensor_list_ops_test.py | 212 def testGather(self, input_list, element_shape, indices, output): argument
|
/aosp_15_r20/external/vixl/tools/test_generator/ |
H A D | parser.py | 320 def ParseTestFile(test_name, test_isa, mnemonics, operand_list, input_list, argument
|