Home
last modified time | relevance | path

Searched defs:fast_path (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-iterator-gen.cc200 Label fast_path(this), slow_path(this), done(this); in IterableToList() local
Dbuiltins-regexp-gen.cc1741 Label fast_path(this), slow_path(this); in TF_BUILTIN() local
1986 Label fast_path(this), slow_path(this); in TF_BUILTIN() local
2303 Label fast_path(this), slow_path(this); in TF_BUILTIN() local
Dbuiltins-typed-array-gen.cc640 Label fast_path(this), slow_path(this), done(this); in ConstructByIterable() local
1624 Label check_iterator(this), from_array_like(this), fast_path(this), in TF_BUILTIN() local
Dbuiltins-string-gen.cc1025 fast_path(this); in Generate() local
1541 Label fast_path(this), slow_path(this); in Generate() local
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc764 const bool fast_path = base_output_index <= output_last_vector_index; in ComputeBackpropFilter() local