Home
last modified time | relevance | path

Searched defs:func_args (Results 1 – 12 of 12) sorted by relevance

/external/autotest/utils/frozen_chromite/lib/
Dtimeout_util.py239 func_args=None, func_kwargs=None, fallback_timeout=10): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info_test.cc72 const std::vector<ArgSpec> func_args{{"in1", "float32"}, {"in2", "int32"}}; in PopulateSampleLibrary() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dpromote_resources_to_args.cc197 auto func_args = function.getArguments().take_front( in PromoteResourcesToArguments() local
/external/tensorflow/tensorflow/c/eager/
Dc_api_unified_experimental_test.cc657 std::vector<TF_AbstractTensor*> func_args; in TEST_P() local
846 std::vector<TF_AbstractTensor*> func_args; in TEST_P() local
/external/tensorflow/tensorflow/core/ir/
Dops.cc1026 TypeRange func_args = ins->drop_front(); in VerifyIfLikeOp() local
1056 TypeRange func_args = ins->drop_front(); in VerifyCaseLikeOp() local
1113 TypeRange func_args = llvm::drop_begin(*ins, /*N=*/2); in verifySymbolUses() local
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_code.py809 def write_parameters(out_data_f, test_args, func_args, unique_expressions): argument
/external/mbedtls/tests/scripts/
Dgenerate_test_code.py815 def write_parameters(out_data_f, test_args, func_args, unique_expressions): argument
/external/python/cpython3/Modules/_sqlite/
Dcursor.c426 PyObject* func_args; in _pysqlite_query_execute() local
/external/python/cpython2/Modules/_sqlite/
Dcursor.c447 PyObject* func_args; in _pysqlite_query_execute() local
/external/tensorflow/tensorflow/core/transforms/functional_to_region/
Dimpl.cc334 auto func_args = in matchAndRewrite() local
/external/tensorflow/tensorflow/core/transforms/region_to_functional/
Dimpl.cc1013 SmallVector<Value> func_args(/*Size=*/1, op.start()); in matchAndRewrite() local
/external/python/cpython3/Modules/
D_testcapimodule.c5018 PyObject *func, *func_args; in test_pyobject_fastcall() local
5036 PyObject *func, *func_args, *kwargs; in test_pyobject_fastcalldict() local
5063 PyObject *func, *func_args, *kwnames = NULL; in test_pyobject_vectorcall() local