Home
last modified time | relevance | path

Searched refs:int32 (Results 1 – 25 of 3449) sorted by relevance

12345678910>>...138

/external/grpc-grpc/third_party/nanopb/tests/missing_fields/
Dmissing_fields.proto7 required int32 field1 = 1;
8 required int32 field2 = 2;
9 required int32 field3 = 3;
10 required int32 field4 = 4;
11 required int32 field5 = 5;
12 required int32 field6 = 6;
13 required int32 field7 = 7;
14 required int32 field8 = 8;
15 required int32 field9 = 9;
16 required int32 field10 = 10;
[all …]
/external/nanopb-c/tests/missing_fields/
Dmissing_fields.proto7 required int32 field1 = 1;
8 required int32 field2 = 2;
9 required int32 field3 = 3;
10 required int32 field4 = 4;
11 required int32 field5 = 5;
12 required int32 field6 = 6;
13 required int32 field7 = 7;
14 required int32 field8 = 8;
15 required int32 field9 = 9;
16 required int32 field10 = 10;
[all …]
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dresources.h59 int32 num_trees() const;
69 int32 next_node(
70 const int32 tree_id, const int32 node_id, const int32 index_in_batch,
71 const std::vector<TTypes<int32>::ConstMatrix>& bucketized_features) const;
73 std::vector<float> node_value(const int32 tree_id, const int32 node_id) const;
75 void set_node_value(const int32 tree_id, const int32 node_id,
78 int32 GetNumLayersGrown(const int32 tree_id) const;
80 void SetNumLayersGrown(const int32 tree_id, int32 new_num_layers) const;
82 void UpdateLastLayerNodesRange(const int32 node_range_start,
83 int32 node_range_end) const;
[all …]
Dresources.cc51 int32 BoostedTreesEnsembleResource::num_trees() const { in num_trees()
55 int32 BoostedTreesEnsembleResource::next_node( in next_node()
56 const int32 tree_id, const int32 node_id, const int32 index_in_batch, in next_node()
57 const std::vector<TTypes<int32>::ConstMatrix>& bucketized_features) const { in next_node()
86 const int32 tree_id, const int32 node_id) const { in node_value()
121 void BoostedTreesEnsembleResource::set_node_value(const int32 tree_id, in set_node_value()
122 const int32 node_id, in set_node_value()
131 int32 BoostedTreesEnsembleResource::GetNumLayersGrown( in GetNumLayersGrown()
132 const int32 tree_id) const { in GetNumLayersGrown()
138 const int32 tree_id, int32 new_num_layers) const { in SetNumLayersGrown()
[all …]
/external/dng_sdk/source/
Ddng_reference.h47 int32 rowStep,
48 int32 colStep,
49 int32 planeStep);
56 int32 rowStep,
57 int32 colStep,
58 int32 planeStep);
65 int32 rowStep,
66 int32 colStep,
67 int32 planeStep);
76 int32 sRowStep,
[all …]
Ddng_bottlenecks.h58 int32 rowStep,
59 int32 colStep,
60 int32 planeStep);
68 int32 rowStep,
69 int32 colStep,
70 int32 planeStep);
78 int32 rowStep,
79 int32 colStep,
80 int32 planeStep);
90 int32 sRowStep,
[all …]
Ddng_lossless_jpeg.cpp106 int32 maxcode[18];
108 int32 numbits[256];
109 int32 value[256];
123 int32 l; in FixHuffTbl()
124 int32 i; in FixHuffTbl()
143 int32 p = 0; in FixHuffTbl()
148 for (i = 1; i <= (int32) htbl->bits [l]; i++) in FixHuffTbl()
155 int32 lastp = p; in FixHuffTbl()
164 int32 si = huffsize [0]; in FixHuffTbl()
171 while (((int32) huffsize [p]) == si) in FixHuffTbl()
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dcpu_supported_ops.md5 `Abs` | `T={double,float,int32,int64}`
6 `Acos` | `T={complex64,double,float,int32,int64}`
8 `Add` | `T={complex64,double,float,int32,int64}`
9 `AddN` | `T={complex64,double,float,int32,int64,uint32,uint64}`
13 `All` | `Tidx={int32,int64}`
15 `Any` | `Tidx={int32,int64}`
16 `ApproximateEqual` | `T={complex64,double,float,int32,int64,uint32,uint64}`
17 `ArgMax` | `Tidx={int32,int64}`<br>`output_type={int32,int64}`<br>`T={…
18 … | `Tidx={int32,int64}`<br>`output_type={int32,int64}`<br>`T={complex64,…
19 `Asin` | `T={complex64,double,float,int32,int64}`
[all …]
Dgpu_supported_ops.md5 `Abs` | `T={double,float,int32,int64}`
6 `Acos` | `T={complex64,double,float,int32,int64}`
8 `Add` | `T={complex64,double,float,int32,int64}`
9 `AddN` | `T={complex64,double,float,int32,int64,uint32,uint64}`
13 `All` | `Tidx={int32,int64}`
15 `Any` | `Tidx={int32,int64}`
16 `ApproximateEqual` | `T={complex64,double,float,int32,int64,uint32,uint64}`
17 … | `Tidx={int32,int64}`<br>`output_type={int32,int64}`<br>`T={complex64,…
18 … | `Tidx={int32,int64}`<br>`output_type={int32,int64}`<br>`T={complex64,…
19 `Asin` | `T={complex64,double,float,int32,int64}`
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
Dgraphcycles.h65 int32 NewNode();
71 void RemoveNode(int32 node);
76 bool InsertEdge(int32 source_node, int32 dest_node);
79 void RemoveEdge(int32 source_node, int32 dest_node);
82 bool HasEdge(int32 source_node, int32 dest_node) const;
88 absl::optional<int32> ContractEdge(int32 a, int32 b);
91 bool CanContractEdge(int32 a, int32 b);
95 bool IsReachable(int32 source_node, int32 dest_node) const;
98 bool IsReachableNonConst(int32 source_node, int32 dest_node);
102 void *GetNodeData(int32 node) const;
[all …]
/external/perfetto/protos/perfetto/trace/ftrace/
Dsched.proto10 optional int32 prev_pid = 2;
11 optional int32 prev_prio = 3;
14 optional int32 next_pid = 6;
15 optional int32 next_prio = 7;
19 optional int32 pid = 2;
20 optional int32 prio = 3;
21 optional int32 success = 4;
22 optional int32 target_cpu = 5;
25 optional int32 pid = 1;
30 optional int32 affected_cpu = 1;
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_tensor_op_test.cc98 BuildRaggedTensorToTensorGraph<float, int32>( in TEST_F()
103 {createScalar<int32>(4), createVector<int32>({0, 0, 0, 2, 2, 2, 2, 3, 3})} in TEST_F()
120 BuildRaggedTensorToTensorGraph<float, int32>( in TEST_F()
125 {createVector<int32>({0, 3, 3, 7, 9})} // row_partition_tensors in TEST_F()
146 BuildRaggedTensorToTensorGraph<float, int32>( in TEST_F()
153 createScalar<int32>(5), in TEST_F()
154 createVector<int32>({0, 1, 1, 3, 3, 4}), in TEST_F()
155 createVector<int32>({1, 1, 2, 3, 3, 4, 4, 4, 5}), in TEST_F()
184 BuildRaggedTensorToTensorGraph<float, int32>( in TEST_F()
190 createVector<int32>({0, 1, 3, 3, 5, 6}), in TEST_F()
[all …]
/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Vec3D.c72 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; in bts_Flt16Vec3D_equal()
83 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL; in bts_Flt16Vec3D_equal()
84 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL; in bts_Flt16Vec3D_equal()
85 int32 zL = ( int32 ) srcPtrA->zE << bbpDiffL; in bts_Flt16Vec3D_equal()
94 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL; in bts_Flt16Vec3D_equal()
95 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL; in bts_Flt16Vec3D_equal()
96 int32 zL = ( int32 ) ptrA->zE << -bbpDiffL; in bts_Flt16Vec3D_equal()
181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA ) in bts_Flt16Vec3D_create32()
193 int32 shiftL = bts_maxAbsIntLog2Of3( xA, yA, zA ) - 13; in bts_Flt16Vec3D_create32()
197 int32 sh1L = shiftL - 1; in bts_Flt16Vec3D_create32()
[all …]
DFlt16Mat2D.c84 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; in bts_Flt16Mat2D_equal()
96 int32 xxL = ( int32 ) srcPtrA->xxE << bbpDiffL; in bts_Flt16Mat2D_equal()
97 int32 xyL = ( int32 ) srcPtrA->xyE << bbpDiffL; in bts_Flt16Mat2D_equal()
98 int32 yxL = ( int32 ) srcPtrA->yxE << bbpDiffL; in bts_Flt16Mat2D_equal()
99 int32 yyL = ( int32 ) srcPtrA->yyE << bbpDiffL; in bts_Flt16Mat2D_equal()
117 int32 xxL = ( int32 ) ptrA->xxE << -bbpDiffL; in bts_Flt16Mat2D_equal()
118 int32 xyL = ( int32 ) ptrA->xyE << -bbpDiffL; in bts_Flt16Mat2D_equal()
119 int32 yxL = ( int32 ) ptrA->yxE << -bbpDiffL; in bts_Flt16Mat2D_equal()
120 int32 yyL = ( int32 ) ptrA->yyE << -bbpDiffL; in bts_Flt16Mat2D_equal()
176 uint32 detL = ( int32 ) ptrA->xxE * ptrA->yyE - ( int32 ) ptrA->xyE * ptrA->yxE; in bts_Flt16Mat2D_det()
[all …]
DFlt16Mat3D.c150 struct bts_Flt16Mat3D bts_Flt16Mat3D_createScale( int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat3D_createScale()
180 struct bts_Flt16Mat3D bts_Flt16Mat3D_create32( int32 xxA, int32 xyA, int32 xzA, in bts_Flt16Mat3D_create32()
181 int32 yxA, int32 yyA, int32 yzA, in bts_Flt16Mat3D_create32()
182 int32 zxA, int32 zyA, int32 zzA, in bts_Flt16Mat3D_create32()
183 int32 bbpA ) in bts_Flt16Mat3D_create32()
202 int32 xShiftL = bts_maxAbsIntLog2Of3( xxA, xyA, xzA ) - 13; in bts_Flt16Mat3D_create32()
203 int32 yShiftL = bts_maxAbsIntLog2Of3( yxA, yyA, yzA ) - 13; in bts_Flt16Mat3D_create32()
204 int32 zShiftL = bts_maxAbsIntLog2Of3( zxA, zyA, zzA ) - 13; in bts_Flt16Mat3D_create32()
206 int32 shiftL = bbs_max( bbs_max( xShiftL, yShiftL ), zShiftL ); in bts_Flt16Mat3D_create32()
210 int32 sh1L = shiftL - 1; in bts_Flt16Mat3D_create32()
[all …]
DCompactMat.c40 int32 bts_CompactMat_fltDotPrdRow( struct bbs_Context* cpA, in bts_CompactMat_fltDotPrdRow()
51 int32 factorManL = *rowPtrL++; in bts_CompactMat_fltDotPrdRow()
52 int32 factorExpL = *rowPtrL++; in bts_CompactMat_fltDotPrdRow()
61 int32 sumL = 0; in bts_CompactMat_fltDotPrdRow()
69 for( iL = sizeL; iL > 0; iL-- ) sumL += ( ( int32 )*rowPtrL++ * ( int32 )*inPtrL++ ); in bts_CompactMat_fltDotPrdRow()
80 sumL += ( ( int8 ) dpL[ 0 ] * ( int32 )inPtrL[ 0 ] ); in bts_CompactMat_fltDotPrdRow()
81 sumL += ( ( int8 )( dpL[ 0 ] >> 8 ) * ( int32 )inPtrL[ 1 ] ); in bts_CompactMat_fltDotPrdRow()
82 sumL += ( ( int8 ) dpL[ 1 ] * ( int32 )inPtrL[ 2 ] ); in bts_CompactMat_fltDotPrdRow()
83 sumL += ( ( int8 )( dpL[ 1 ] >> 8 ) * ( int32 )inPtrL[ 3 ] ); in bts_CompactMat_fltDotPrdRow()
84 sumL += ( ( int8 ) dpL[ 2 ] * ( int32 )inPtrL[ 4 ] ); in bts_CompactMat_fltDotPrdRow()
[all …]
DFlt16Vec2D.c79 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; in bts_Flt16Vec2D_equal()
89 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL; in bts_Flt16Vec2D_equal()
90 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL; in bts_Flt16Vec2D_equal()
101 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL; in bts_Flt16Vec2D_equal()
102 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL; in bts_Flt16Vec2D_equal()
170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA ) in bts_Flt16Vec2D_create32()
181 int32 shiftL = bts_maxAbsIntLog2Of2( xA, yA ) - 13; in bts_Flt16Vec2D_create32()
185 int32 sh1L = shiftL - 1; in bts_Flt16Vec2D_create32()
201 int32 bts_Flt16Vec2D_dotPrd( const struct bts_Flt16Vec2D* vec1PtrA, in bts_Flt16Vec2D_dotPrd()
204 return ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE; in bts_Flt16Vec2D_dotPrd()
[all …]
DInt32Mat.c35 void bts_Int32Mat_reduceToNBits( int32* ptrA, uint32 sizeA, int32* bbpPtrA, uint32 nBitsA ) in bts_Int32Mat_reduceToNBits()
37 int32 shiftL; in bts_Int32Mat_reduceToNBits()
40 int32 maxL = 0; in bts_Int32Mat_reduceToNBits()
41 int32* ptrL = ptrA; in bts_Int32Mat_reduceToNBits()
42 int32 iL = sizeA; in bts_Int32Mat_reduceToNBits()
45 int32 xL = *ptrL++; in bts_Int32Mat_reduceToNBits()
120 int32 widthA, in bts_Int32Mat_create()
210 const int32* matA, in bts_Int32Mat_solve()
211 int32 matWidthA, in bts_Int32Mat_solve()
212 const int32* inVecA, in bts_Int32Mat_solve()
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_3x3_filter_common.h202 return vqrshlq_s32(x, vdupq_n_s32(static_cast<int32>(-exponent)));
210 return vqrshlq_s32(x, vdupq_n_s32(static_cast<int32>(exponent)));
253 const int32* output_shift_ptr = nullptr) {
259 const int32 input_depth = input_shape.Dims(3);
260 const int32 depth_multiplier = params.depth_multiplier;
261 const int32 filter_height = filter_shape.Dims(1);
262 const int32 filter_width = filter_shape.Dims(2);
314 int32 input_offset;
315 int32 output_offset;
316 int32 filter_offset;
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Dscatter_test.cc65 LiteralUtil::CreateR2<int32>({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}); in XLA_TEST_F()
66 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in XLA_TEST_F()
67 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in XLA_TEST_F()
96 LiteralUtil::CreateR2<int32>({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}); in XLA_TEST_F()
97 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 1}); in XLA_TEST_F()
98 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in XLA_TEST_F()
124 LiteralUtil::CreateR2<int32>({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}); in XLA_TEST_F()
125 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in XLA_TEST_F()
127 LiteralUtil::CreateR2<int32>({{10, 30}, {40, 60}, {70, 90}}); in XLA_TEST_F()
156 LiteralUtil::CreateR2<int32>({{1, 3, 2, 0}, {3, 0, 2, 1}, {2, 3, 1, 0}}); in XLA_TEST_F()
[all …]
/external/protobuf/benchmarks/datasets/google_message1/proto3/
Dbenchmark_message1_proto3.proto19 int32 field2 = 2;
20 int32 field3 = 3;
21 int32 field280 = 280;
22 int32 field6 = 6;
28 int32 field16 = 16;
29 int32 field130 = 130;
34 int32 field104 = 104;
35 int32 field100 = 100;
36 int32 field101 = 101;
39 int32 field29 = 29;
[all …]
/external/neven/Embedded/common/src/b_BasicEm/
DMathSSE2.c34 int32 bbs_dotProduct_64SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_64SSE2()
40 int32 resultL = 0; in bbs_dotProduct_64SSE2()
106 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
108 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
110 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
112 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
114 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
116 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
118 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
120 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
[all …]
/external/protobuf/benchmarks/datasets/google_message3/
Dbenchmark_message3_3.proto14 optional int32 field35557 = 2;
18 required int32 field35569 = 5;
19 required int32 field35570 = 6;
27 optional int32 field35564 = 16;
36 optional int32 field2370 = 2;
37 optional int32 field2371 = 17;
39 optional int32 field2373 = 7;
43 optional int32 field2377 = 102;
44 optional int32 field2378 = 103;
45 optional int32 field2379 = 104;
[all …]
Dbenchmark_message3_2.proto42 optional int32 field24553 = 18;
67 optional int32 field24643 = 24;
76 optional int32 field24652 = 22;
77 optional int32 field24653 = 23;
142 optional int32 field35493 = 10;
143 optional int32 field35494 = 11;
144 optional int32 field35495 = 12;
160 optional int32 field36970 = 1;
161 optional int32 field36971 = 2;
188 optional int32 field6715 = 17;
[all …]
/external/protobuf/benchmarks/
Dgoogle_size.proto14 required int32 field2 = 2;
15 required int32 field3 = 3;
16 optional int32 field280 = 280;
17 optional int32 field6 = 6 [default=0];
23 optional int32 field16 = 16;
24 optional int32 field130 = 130 [default=0];
29 optional int32 field104 = 104 [default=0];
30 optional int32 field100 = 100 [default=0];
31 optional int32 field101 = 101 [default=0];
34 optional int32 field29 = 29 [default=0];
[all …]

12345678910>>...138