Searched refs:argument_name (Results 1 - 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/data/util/
H A Dconvert.py25 def optional_param_to_tensor(argument_name,
31 argument_value, dtype=argument_dtype, name=argument_name)
34 argument_default, dtype=argument_dtype, name=argument_name)
/external/valgrind/memcheck/
H A Dmc_errors.c189 const HChar *argument_name; member in struct:_MC_Error::__anon29568::__anon29582
694 extra->Err.FishyValue.argument_name,
702 extra->Err.FishyValue.argument_name,
898 const HChar *argument_name, SizeT value)
907 extra.Err.FishyValue.argument_name = argument_name;
1012 VG_STREQ(extra1->Err.FishyValue.argument_name,
1013 extra2->Err.FishyValue.argument_name);
1371 const HChar *argument_name; member in struct:__anon29584
1409 HChar *p, *function_name, *argument_name local
897 record_fishy_value_error( ThreadId tid, const HChar *function_name, const HChar *argument_name, SizeT value) argument
[all...]
H A Dmc_include.h567 const HChar *argument_name, SizeT value );
/external/tensorflow/tensorflow/core/framework/
H A Ddataset.h562 const StringPiece& argument_name, T* output) {
564 TF_RETURN_IF_ERROR(ctx->input(argument_name, &argument_t));
566 return errors::InvalidArgument(argument_name, " must be a scalar");
561 ParseScalarArgument(OpKernelContext* ctx, const StringPiece& argument_name, T* output) argument
/external/python/cpython3/Modules/
H A Dposixmodule.c761 * path.argument_name
764 * (If path.argument_name is NULL it uses "path".)
817 const char *argument_name; member in struct:__anon20151
833 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \
834 {function_name, argument_name, nullable, allow_fd, NULL, FALSE, -1, 0, NULL, NULL}
836 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \
837 {function_name, argument_name, nullable, allow_fd, NULL, NULL, -1, 0, NULL, NULL}
864 path->argument_name ? path->argument_name : "path")
956 path->argument_name
1058 argument_unavailable_error(const char *function_name, const char *argument_name) argument
[all...]
/external/libhevc/test/decoder/
H A Dmain.c282 CHAR argument_name[128]; member in struct:__anon11649
1079 printf("%-32s\t %s", argument_mapping[i].argument_name,
1115 if((0 == strcmp(argument_mapping[i].argument_name, name)) ||
/external/python/cpython2/Lib/
H A Dargparse.py693 self.argument_name = _get_action_name(argument)
697 if self.argument_name is None:
700 format = 'argument %(argument_name)s: %(message)s'
702 argument_name=self.argument_name)
/external/python/cpython3/Lib/
H A Dargparse.py717 self.argument_name = _get_action_name(argument)
721 if self.argument_name is None:
724 format = 'argument %(argument_name)s: %(message)s'
726 argument_name=self.argument_name)
/external/libavc/test/decoder/
H A Dmain.c283 CHAR argument_name[128]; member in struct:__anon10711
1087 printf("%-32s\t %s", argument_mapping[i].argument_name,
1123 if((0 == strcmp(argument_mapping[i].argument_name, name)) ||
/external/libavc/test/encoder/
H A Dmain.c134 CHAR argument_name[128]; member in struct:__anon10717
430 printf("%-32s\t %s", argument_mapping[i].argument_name,
465 if((0 == strcmp(argument_mapping[i].argument_name, name)) ||
/external/libmpeg2/test/decoder/
H A Dmain.c281 CHAR argument_name[128]; member in struct:__anon11997
1097 printf("%-32s\t %s", argument_mapping[i].argument_name,
1133 if((0 == strcmp(argument_mapping[i].argument_name, name)) ||

Completed in 1379 milliseconds