Home
last modified time | relevance | path

Searched defs:input_list (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_squeeze_op_test.py46 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 Dtest_list_dict.py2627 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 Dserve_slices_op.cc64 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 Dplot_webrtc_test_logs.py368 def ToString(input_list): argument
372 def ToStringWithoutMetric(input_list, metric): argument
/aosp_15_r20/external/executorch/examples/qualcomm/
H A Dutils.py98 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 Dlocale_tool.py116 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 Dlocale_tool.py116 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 Dbase_layer.py1055 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 Dlist_kernels.cc98 const TensorList& input_list, in ForwardInputOrCreateNewList()
376 const TensorList* input_list = nullptr; in Compute() local
H A Dstring_join_op.cc38 OpInputList input_list; in Compute() local
/aosp_15_r20/build/soong/bloaty/
H A Dbloaty_merger.py58 def create_file_size_metrics(input_list, output_proto): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dserialization_utils.cc58 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 Dinception_v3.py94 inputs, targets, input_list = get_dataset( variable
H A Dinception_v4.py93 inputs, targets, input_list = get_dataset( variable
H A Dresnet50.py94 inputs, targets, input_list = get_dataset( variable
H A Dmobilenet_v2.py94 inputs, targets, input_list = get_dataset( variable
H A Dmobilenet_v3.py94 inputs, targets, input_list = get_dataset( variable
H A Ddeeplab_v3.py92 inputs, targets, input_list = get_dataset( variable
H A Dresnet18.py94 inputs, targets, input_list = get_dataset( variable
H A Dedsr.py146 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 DCat.cpp24 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 Dxnnpack_backend_preprocess.cpp99 auto input_list = inp.toList(); in preprocess() local
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveNoQXDMLogTest.py101 def _get_list_average(self, input_list): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dtensor_list_ops_test.py212 def testGather(self, input_list, element_shape, indices, output): argument
/aosp_15_r20/external/vixl/tools/test_generator/
H A Dparser.py320 def ParseTestFile(test_name, test_isa, mnemonics, operand_list, input_list, argument

123