HomeSort by relevance Sort by last modified time
    Searched refs:argument_name (Results 1 - 18 of 18) sorted by null

  /external/tensorflow/tensorflow/python/data/util/
convert.py 25 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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
arg.h 55 const char *argument_name; member in struct:isl_arg
125 .argument_name = a, \
181 .argument_name = a, \
228 .argument_name = a, \
240 .argument_name = a, \
  /external/valgrind/memcheck/
mc_errors.c 189 const HChar *argument_name; member in struct:_MC_Error::__anon42889::__anon42903
694 extra->Err.FishyValue.argument_name,
702 extra->Err.FishyValue.argument_name,
1371 const HChar *argument_name; member in struct:__anon42905
1409 HChar *p, *function_name, *argument_name = NULL; local
    [all...]
mc_include.h 567 const HChar *argument_name, SizeT value );
  /external/tensorflow/tensorflow/core/framework/
dataset.h 562 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");
  /external/python/cpython3/Modules/
posixmodule.c 761 * path.argument_name
764 * (If path.argument_name is NULL it uses "path".)
817 const char *argument_name; member in struct:__anon33483
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 ? path->argument_name : "path"
    [all...]
  /external/libhevc/test/decoder/
main.c 282 CHAR argument_name[128]; member in struct:__anon25000
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py 693 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)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
argparse.py 691 self.argument_name = _get_action_name(argument)
695 if self.argument_name is None:
698 format = 'argument %(argument_name)s: %(message)s'
700 argument_name=self.argument_name)
    [all...]
  /external/python/cpython2/Lib/
argparse.py 693 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)
    [all...]
  /external/python/cpython3/Lib/
argparse.py 717 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)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 691 self.argument_name = _get_action_name(argument)
695 if self.argument_name is None:
698 format = 'argument %(argument_name)s: %(message)s'
700 argument_name=self.argument_name)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 691 self.argument_name = _get_action_name(argument)
695 if self.argument_name is None:
698 format = 'argument %(argument_name)s: %(message)s'
700 argument_name=self.argument_name)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 691 self.argument_name = _get_action_name(argument)
695 if self.argument_name is None:
698 format = 'argument %(argument_name)s: %(message)s'
700 argument_name=self.argument_name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 691 self.argument_name = _get_action_name(argument)
695 if self.argument_name is None:
698 format = 'argument %(argument_name)s: %(message)s'
700 argument_name=self.argument_name)
    [all...]
  /external/libavc/test/decoder/
main.c 283 CHAR argument_name[128]; member in struct:__anon24062
    [all...]
  /external/libavc/test/encoder/
main.c 134 CHAR argument_name[128]; member in struct:__anon24068
430 printf("%-32s\t %s", argument_mapping[i].argument_name,
465 if((0 == strcmp(argument_mapping[i].argument_name, name)) ||
    [all...]
  /external/libmpeg2/test/decoder/
main.c 281 CHAR argument_name[128]; member in struct:__anon25348
    [all...]

Completed in 1212 milliseconds