OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_impl
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/python/framework/
errors.py
22
from tensorflow.python.framework import errors_impl as
_impl
/external/libxcam/modules/soft/
soft_stitcher.h
89
SmartPtr<SoftSitcherPriv::StitcherImpl>
_impl
;
member in class:XCam::SoftStitcher
soft_stitcher.cpp
721
_impl
= new SoftSitcherPriv::StitcherImpl (this);
722
XCAM_ASSERT (
_impl
.ptr ());
760
_impl
->stop ();
768
XCAM_ASSERT (
_impl
.ptr ());
770
SmartLock locker (
_impl
->_map_mutex);
776
if (
_impl
->_task_counts.find (param.ptr ()) !=
_impl
->_task_counts.end ()) {
785
_impl
->_task_counts.insert (std::make_pair((void*)param.ptr(), count));
808
XCamReturn ret =
_impl
->start_overlap_tasks (param, dewarp_param->idx, dewarp_param->out_buf);
813
ret =
_impl
->start_copy_tasks (param, dewarp_param->idx, dewarp_param->out_buf)
[
all
...]
/external/tensorflow/tensorflow/python/data/ops/
readers.py
222
self.
_impl
= filenames.flat_map(read_one_file)
224
self.
_impl
= ParallelInterleaveDataset(
228
variant_tensor = self.
_impl
._variant_tensor # pylint: disable=protected-access
242
return self.
_impl
._inputs() # pylint: disable=protected-access
/external/python/cpython3/Lib/
configparser.py
[
all
...]
/external/eigen/Eigen/src/Core/
GlobalFunctions.h
46
struct NAME##
_impl
<ArrayBase<Derived> > \
MathFunctions.h
68
#define EIGEN_MATHFUNC_IMPL(func, scalar) Eigen::internal::func##
_impl
<typename Eigen::internal::global_math_functions_filtering_base<scalar>::type>
[
all
...]
Completed in 499 milliseconds