HomeSort by relevance Sort by last modified time
    Searched defs:args_tuple (Results 1 - 10 of 10) sorted by null

  /external/google-fruit/include/fruit/
component_function.h 32 std::tuple<ComponentFunctionArgs...> args_tuple; member in class:fruit::ComponentFunction
  /external/google-fruit/include/fruit/impl/component_storage/
partial_component_storage.defn.h 356 std::tuple<Args...> args_tuple; member in class:fruit::impl::PartialComponentStorage
360 OtherComponent (*fun1)(Args...), std::tuple<Args...> args_tuple)
361 : previous_storage(previous_storage), fun(fun1), args_tuple(std::move(args_tuple)) {}
364 entries.push_back(ComponentStorageEntry::LazyComponentWithArgs::create(fun, std::move(args_tuple)));
455 std::tuple<ReplacedFunArgs...> args_tuple; member in class:fruit::impl::PartialComponentStorage
459 OtherComponent (*fun1)(ReplacedFunArgs...), std::tuple<ReplacedFunArgs...> args_tuple)
460 : previous_storage(previous_storage), fun(fun1), args_tuple(std::move(args_tuple)) {}
464 ComponentStorageEntry::LazyComponentWithArgs::createReplacedComponentEntry(fun, std::move(args_tuple)));
507 std::tuple<ReplacementFunArgs...> args_tuple; member in class:fruit::impl::PartialComponentStorage
    [all...]
  /external/tensorflow/tensorflow/core/util/
cuda_launch_config.h 337 auto args_tuple = std::tuple<Ts...>(arguments...); local
338 auto arg_ptrs = detail::GetArrayOfElementPointers(&args_tuple);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
codecs.c 180 PyObject *args_tuple(PyObject *object, function
326 args = args_tuple(object, errors);
373 args = args_tuple(object, errors);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
codecs.c 180 PyObject *args_tuple(PyObject *object, function
326 args = args_tuple(object, errors);
373 args = args_tuple(object, errors);
  /external/python/cpython2/Python/
codecs.c 180 PyObject *args_tuple(PyObject *object, function
351 args = args_tuple(object, errors);
395 args = args_tuple(object, errors);
  /external/python/cpython3/Python/
codecs.c 234 PyObject *args_tuple(PyObject *object, function
421 args = args_tuple(object, errors);
467 args = args_tuple(object, errors);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c 2208 PyObject *args_tuple; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c 2191 PyObject *args_tuple; local
    [all...]
  /external/python/cpython2/Objects/
exceptions.c 2188 PyObject *args_tuple; local
    [all...]

Completed in 372 milliseconds