Home
last modified time | relevance | path

Searched refs:top_down (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddecode_bmp_op.cc129 bool top_down = (height < 0); in Compute() local
140 abs_height, channels_, top_down); in Compute()
145 bool top_down);
155 bool top_down) { in Decode() argument
161 if (!top_down) { in Decode()
/external/tensorflow/tensorflow/contrib/lite/examples/label_image/
Dbitmap_helpers.cc32 int width, int height, int channels, bool top_down) { in decode_bmp() argument
38 if (!top_down) { in decode_bmp()
110 bool top_down = (*height < 0); in read_bmp() local
116 *channels, top_down); in read_bmp()
/external/v8/src/profiler/
Dprofile-generator.h279 const ProfileTree* top_down() const { return &top_down_; } in top_down() function
/external/v8/src/
Dapi.cc9703 i::Isolate* isolate = profile->top_down()->isolate(); in GetTitle()
9711 return reinterpret_cast<const CpuProfileNode*>(profile->top_down()->root()); in GetTopDownRoot()