Home
last modified time | relevance | path

Searched defs:argument_name (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/
H A Dsqlite_utils.cc58 base::Status InvalidArgumentTypeError(const char* argument_name, in InvalidArgumentTypeError()
71 const char* argument_name, in ExtractArgument()
332 base::Status MissingArgumentError(const char* argument_name) { in MissingArgumentError()
336 base::Status ToInvalidArgumentError(const char* argument_name, in ToInvalidArgumentError()
H A Dsqlite_utils.h350 base::Status InvalidArgumentTypeError(const char* argument_name, in InvalidArgumentTypeError()
369 const char* argument_name, in ExtractArgument()
/aosp_15_r20/external/tensorflow/tensorflow/python/data/util/
H A Dconvert.py22 def optional_param_to_tensor(argument_name, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dto_tf_record_op.cc41 const StringPiece& argument_name, T* output) { in ParseScalarArgument()
/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dlocal_test_server.cc27 std::string argument_name = "--" + key; in AppendArgumentFromJSONValue() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DPooling.cpp35 const char* argument_name, in check1d()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddataset.h1300 const StringPiece& argument_name, T* output) { in ParseScalarArgument()
1312 const StringPiece& argument_name, in ParseVectorArgument()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dsplit_utils.cc214 string argument_name = components[0]; in RewriteArgumentInput() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_tracer.cpp97 for (const auto& argument_name : argument_names) { in createGraphByTracingWithDict() local
/aosp_15_r20/external/libhevc/test/encoder/
H A Dapp.h219 char argument_name[128]; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/isl/
Darg.h55 const char *argument_name; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/isl/
Darg.h55 const char *argument_name; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/isl/
Darg.h55 const char *argument_name; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/isl/
Darg.h55 const char *argument_name; member
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dcaptured_function.cc484 const string& argument_name, in Create()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/isl/
Darg.h55 const char *argument_name; member
/aosp_15_r20/external/libavc/examples/avcenc/
H A Dmain.c151 CHAR argument_name[128]; member
/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c1096 const char *argument_name; member
1112 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
1115 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
1376 argument_unavailable_error(const char *function_name, const char *argument_name) in argument_unavailable_error()
/aosp_15_r20/external/libavc/examples/svcenc/
H A Dmain.c124 CHAR argument_name[128]; member
/aosp_15_r20/external/libmpeg2/test/decoder/
H A Dmain.c282 CHAR argument_name[128]; member
/aosp_15_r20/external/libhevc/test/decoder/
H A Dmain.c290 CHAR argument_name[128]; member
/aosp_15_r20/external/libavc/examples/avcdec/
H A Dmain.c292 CHAR argument_name[128]; member
/aosp_15_r20/external/libavc/examples/svcdec/
H A Dmain.c300 CHAR argument_name[128]; member
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_test.py3518 def f(argument_name): argument