Home
last modified time | relevance | path

Searched defs:arg_list (Results 1 – 25 of 33) sorted by relevance

12

/external/arm-trusted-firmware/tools/sptool/
Dsptool.c36 struct arg_list { struct
38 struct arg_list *next; argument
/external/tensorflow/tensorflow/python/framework/
Dpython_api_parameter_converter_wrapper.cc30 const PythonTensorConverter& tensor_converter, py::handle arg_list) { in Convert()
Dpython_op_gen.cc410 auto arg_list = attr_to_args_.find(attr.name()); in Code() local
653 auto arg_list = attr_to_args_.find(attr.name()); in GetEagerFunctionSetup() local
1002 auto arg_list = attr_to_args_.find(attr.name()); in AddEagerInferredAttrs() local
/external/toybox/lib/
Dlib.h22 struct arg_list { struct
23 struct arg_list *next; argument
24 char *arg;
/external/tensorflow/tensorflow/tools/compatibility/update/
Dgenerate_v2_reorders_map.py112 def get_reorder_line(name, arg_list): argument
/external/bcc/tools/
Dexitsnoop.py210 def initialize(arg_list = sys.argv[1:]): argument
/external/grpc-grpc/test/cpp/naming/
Dresolver_component_tests_runner.py47 def python_args(arg_list): argument
/external/openscreen/third_party/abseil/src/absl/copts/
Dgenerate_copts.py73 def copt_list(name, arg_list, style): argument
/external/abseil-cpp/absl/copts/
Dgenerate_copts.py73 def copt_list(name, arg_list, style): argument
/external/webrtc/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py73 def copt_list(name, arg_list, style): argument
/external/angle/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py73 def copt_list(name, arg_list, style): argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py73 def copt_list(name, arg_list, style): argument
/external/libtextclassifier/abseil-cpp/absl/copts/
Dgenerate_copts.py73 def copt_list(name, arg_list, style): argument
/external/tensorflow/tensorflow/js/ops/
Dts_op_gen.cc157 auto arg_list = attr_arg_idx_map_.find(op_def_attr.name()); in InputForAttr() local
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_execute_op.cc201 OpInputList arg_list; in BuildComputationInputs() local
489 OpInputList arg_list; in AllocateOutputTensors() local
/external/perfetto/src/base/
Dgetopt_compat_unittest.cc72 inline void SetCmdline(std::initializer_list<const char*> arg_list) { in SetCmdline()
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc270 std::vector<int> arg_list = {arg1, arg2}; in Run() local
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_util.cc205 OpInputList arg_list; in GetComputationInputs() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dpmap_lib.cc242 py::list arg_list; in Call() local
/external/python/cpython2/Lib/
Dpstats.py137 def add(self, *arg_list):
/external/python/cpython3/Lib/
Dpstats.py168 def add(self, *arg_list):
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h437 OpInputList arg_list; in Compute() local
/external/libpng/contrib/tools/
Dgenpng.c762 struct arg arg_list[max_shapes]; in main() local
/external/flatbuffers/src/
Didl_gen_rust.cpp1705 std::string arg_list; in GenStruct() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1285 PyObject* arg_list = Py_BuildValue("OO", shape, dtype); in Ones() local
1309 PyObject* arg_list = Py_BuildValue("OO", shape, dtype); in Zeros() local
1323 PyObject* arg_list = Py_BuildValue("(O)", tensor); in GraphShape() local

12