Home
last modified time | relevance | path

Searched refs:end_point (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/
Dinception_v1.py66 end_point = 'Conv2d_1a_7x7'
67 net = layers.conv2d(inputs, 64, [7, 7], stride=2, scope=end_point)
68 end_points[end_point] = net
69 if final_endpoint == end_point:
71 end_point = 'MaxPool_2a_3x3'
72 net = layers_lib.max_pool2d(net, [3, 3], stride=2, scope=end_point)
73 end_points[end_point] = net
74 if final_endpoint == end_point:
76 end_point = 'Conv2d_2b_1x1'
77 net = layers.conv2d(net, 64, [1, 1], scope=end_point)
[all …]
Dinception_v3.py111 end_point = 'Conv2d_1a_3x3'
112 net = layers.conv2d(inputs, depth(32), [3, 3], stride=2, scope=end_point)
113 end_points[end_point] = net
114 if end_point == final_endpoint:
117 end_point = 'Conv2d_2a_3x3'
118 net = layers.conv2d(net, depth(32), [3, 3], scope=end_point)
119 end_points[end_point] = net
120 if end_point == final_endpoint:
123 end_point = 'Conv2d_2b_3x3'
125 net, depth(64), [3, 3], padding='SAME', scope=end_point)
[all …]
Dinception_v2.py94 end_point = 'Conv2d_1a_7x7'
109 scope=end_point)
110 end_points[end_point] = net
111 if end_point == final_endpoint:
114 end_point = 'MaxPool_2a_3x3'
115 net = layers_lib.max_pool2d(net, [3, 3], scope=end_point, stride=2)
116 end_points[end_point] = net
117 if end_point == final_endpoint:
120 end_point = 'Conv2d_2b_1x1'
124 scope=end_point,
[all …]
/external/freetype/src/pshinter/
Dpshrec.c130 mask->end_point = 0; in ps_mask_done()
272 mask->end_point = 0; in ps_mask_table_alloc()
468 mask2->end_point = 0; in ps_mask_table_merge()
591 FT_UInt end_point ) in ps_dimension_end_mask() argument
601 mask->end_point = end_point; in ps_dimension_end_mask()
610 FT_UInt end_point, in ps_dimension_reset_mask() argument
617 ps_dimension_end_mask( dim, end_point ); in ps_dimension_reset_mask()
630 FT_UInt end_point, in ps_dimension_set_mask_bits() argument
637 error = ps_dimension_reset_mask( dim, end_point, memory ); in ps_dimension_set_mask_bits()
782 FT_UInt end_point, in ps_dimension_end() argument
[all …]
Dpshrec.h99 FT_UInt end_point; member
Dpshalgo.c1590 first = mask->end_point > glyph->num_points in psh_glyph_find_strong_points()
1592 : mask->end_point; in psh_glyph_find_strong_points()
1596 FT_UInt next = FT_MIN( mask->end_point, glyph->num_points ); in psh_glyph_find_strong_points()
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_accessor.cc75 int64 timestamp_millis, int64 row_buffer_size, const string& end_point, in New() argument
79 row_buffer_size, end_point, columns, partition, nullptr, nullptr, in New()
85 int64 timestamp_millis, int64 row_buffer_size, const string& end_point, in New() argument
95 end_point.empty() ? kBigQueryEndPoint : end_point; in New()
111 int64 timestamp_millis, int64 row_buffer_size, const string& end_point, in BigQueryTableAccessor() argument
115 end_point, columns, partition, in BigQueryTableAccessor()
124 int64 timestamp_millis, int64 row_buffer_size, const string& end_point, in BigQueryTableAccessor() argument
133 bigquery_end_point_(end_point), in BigQueryTableAccessor()
Dbigquery_table_accessor.h67 int64 row_buffer_size, const string& end_point,
108 int64 row_buffer_size, const string& end_point,
118 int64 row_buffer_size, const string& end_point,
126 const string& end_point, const std::vector<string>& columns,
/external/freetype/include/freetype/internal/
Dpshints.h238 FT_UInt end_point );
267 FT_UInt end_point );
509 FT_UInt end_point,
581 FT_UInt end_point );
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
Dtry_lock_until_deadlock_bug.pass.cpp61 auto end_point = Clock::now() + std::chrono::seconds(10); in main() local
62 while (readers_finished != total_readers && Clock::now() < end_point) { in main()
/external/freetype/src/autofit/
Dafhints.c1516 AF_Point end_point; in af_glyph_hints_align_weak_points() local
1549 end_point = point->prev; in af_glyph_hints_align_weak_points()
1555 if ( point > end_point ) /* no touched point in contour */ in af_glyph_hints_align_weak_points()
1568 FT_ASSERT( point <= end_point && in af_glyph_hints_align_weak_points()
1572 while ( point < end_point && in af_glyph_hints_align_weak_points()
1582 if ( point > end_point ) in af_glyph_hints_align_weak_points()
1599 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points()
1603 if ( last_touched < end_point ) in af_glyph_hints_align_weak_points()
1604 af_iup_interp( last_touched + 1, end_point, in af_glyph_hints_align_weak_points()
/external/freetype/src/truetype/
Dttgxvar.c3445 FT_Int end_point; in tt_interpolate_deltas() local
3463 end_point = outline->contours[contour]; in tt_interpolate_deltas()
3467 while ( point <= end_point && !has_delta[point] ) in tt_interpolate_deltas()
3470 if ( point <= end_point ) in tt_interpolate_deltas()
3477 while ( point <= end_point ) in tt_interpolate_deltas()
3498 end_point, in tt_interpolate_deltas()
3507 end_point, in tt_interpolate_deltas()
Dttinterp.c6917 FT_UInt end_point; /* end point (last+1) of contour */ in Ins_IUP() local
6978 end_point = exc->pts.contours[contour] - exc->pts.first_point; in Ins_IUP()
6981 if ( BOUNDS( end_point, exc->pts.n_points ) ) in Ins_IUP()
6982 end_point = exc->pts.n_points - 1; in Ins_IUP()
6984 while ( point <= end_point && ( exc->pts.tags[point] & mask ) == 0 ) in Ins_IUP()
6987 if ( point <= end_point ) in Ins_IUP()
6994 while ( point <= end_point ) in Ins_IUP()
7010 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP()
7015 end_point, in Ins_IUP()
/external/freetype/
DChangeLog.246051 `end_point' is not larger than `glyph->num_points'.
DChangeLog.237735 (Ins_IUP): Fix computation of `end_point'.