Searched defs:fast_path (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-iterator-gen.cc | 200 Label fast_path(this), slow_path(this), done(this); in IterableToList() local
|
D | builtins-regexp-gen.cc | 1741 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
|
D | builtins-typed-array-gen.cc | 640 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
|
D | builtins-string-gen.cc | 1025 fast_path(this); in Generate() local 1541 Label fast_path(this), slow_path(this); in Generate() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_grad_op.cc | 764 const bool fast_path = base_output_index <= output_last_vector_index; in ComputeBackpropFilter() local
|