Home
last modified time | relevance | path

Searched refs:compute_size (Results 1 – 17 of 17) sorted by relevance

/external/rust/crates/protobuf/src/
Dtypes.rs35 fn compute_size(value: &Self::Value) -> u32; in compute_size() method
43 let size = Self::compute_size(value); in compute_size_with_length_delimiter()
54 Self::compute_size(value) in get_cached_size()
132 fn compute_size(_value: &f32) -> u32 { in compute_size() method
174 fn compute_size(_value: &f64) -> u32 { in compute_size() method
198 fn compute_size(value: &i32) -> u32 { in compute_size() method
234 fn compute_size(value: &i64) -> u32 { in compute_size() method
262 fn compute_size(value: &u32) -> u32 { in compute_size() method
290 fn compute_size(value: &u64) -> u32 { in compute_size() method
318 fn compute_size(value: &i32) -> u32 { in compute_size() method
[all …]
Dmessage.rs53 fn compute_size(&self) -> u32; in compute_size() method
65 self.compute_size(); in write_to()
75 let size = self.compute_size(); in write_length_delimited_to()
160 let size = self.compute_size() as usize; in write_to_bytes()
Ddescriptor.rs98 fn compute_size(&self) -> u32 { in compute_size() method
101 let len = value.compute_size(); in compute_size()
660 fn compute_size(&self) -> u32 { in compute_size() method
678 let len = value.compute_size(); in compute_size()
682 let len = value.compute_size(); in compute_size()
686 let len = value.compute_size(); in compute_size()
690 let len = value.compute_size(); in compute_size()
694 let len = v.compute_size(); in compute_size()
698 let len = v.compute_size(); in compute_size()
1291 fn compute_size(&self) -> u32 { in compute_size() method
[all …]
Dplugin.rs185 fn compute_size(&self) -> u32 { in compute_size() method
498 fn compute_size(&self) -> u32 { in compute_size() method
507 let len = value.compute_size(); in compute_size()
511 let len = v.compute_size(); in compute_size()
773 fn compute_size(&self) -> u32 { in compute_size() method
782 let len = value.compute_size(); in compute_size()
1094 fn compute_size(&self) -> u32 { in compute_size() method
1106 let len = v.compute_size(); in compute_size()
/external/tensorflow/tensorflow/core/kernels/
Dredux_functor.h114 const Eigen::Index compute_size = outer_dim * inner_block_size; in operator() local
115 const Eigen::Index compute_input_bytes = compute_size * sizeof(InputT); in operator()
119 compute_size * Eigen::internal::functor_traits<BinaryFunctor>::Cost); in operator()
177 const Eigen::Index compute_size = outer_block_size * inner_dim; in operator() local
178 const Eigen::Index compute_input_bytes = compute_size * sizeof(InputT); in operator()
182 compute_size * Eigen::internal::functor_traits<BinaryFunctor>::Cost); in operator()
312 const Eigen::Index compute_size = outer_block_size * inner_dim; in operator() local
313 const Eigen::Index compute_input_bytes = compute_size * sizeof(InputT); in operator()
317 compute_size * Eigen::internal::functor_traits<BinaryFunctor>::Cost); in operator()
/external/rust/crates/protobuf/src/well_known_types/
Dtype_pb.rs252 fn compute_size(&self) -> u32 { in compute_size() method
258 let len = value.compute_size(); in compute_size()
265 let len = value.compute_size(); in compute_size()
269 let len = v.compute_size(); in compute_size()
714 fn compute_size(&self) -> u32 { in compute_size() method
738 let len = value.compute_size(); in compute_size()
1275 fn compute_size(&self) -> u32 { in compute_size() method
1281 let len = value.compute_size(); in compute_size()
1285 let len = value.compute_size(); in compute_size()
1289 let len = v.compute_size(); in compute_size()
[all …]
Dapi.rs287 fn compute_size(&self) -> u32 { in compute_size() method
293 let len = value.compute_size(); in compute_size()
297 let len = value.compute_size(); in compute_size()
304 let len = v.compute_size(); in compute_size()
308 let len = value.compute_size(); in compute_size()
692 fn compute_size(&self) -> u32 { in compute_size() method
710 let len = value.compute_size(); in compute_size()
959 fn compute_size(&self) -> u32 { in compute_size() method
Dwrappers.rs87 fn compute_size(&self) -> u32 { in compute_size() method
242 fn compute_size(&self) -> u32 { in compute_size() method
397 fn compute_size(&self) -> u32 { in compute_size() method
552 fn compute_size(&self) -> u32 { in compute_size() method
707 fn compute_size(&self) -> u32 { in compute_size() method
862 fn compute_size(&self) -> u32 { in compute_size() method
1017 fn compute_size(&self) -> u32 { in compute_size() method
1179 fn compute_size(&self) -> u32 { in compute_size() method
1341 fn compute_size(&self) -> u32 { in compute_size() method
Dstruct_pb.rs93 fn compute_size(&self) -> u32 { in compute_size() method
501 fn compute_size(&self) -> u32 { in compute_size() method
518 let len = v.compute_size(); in compute_size()
522 let len = v.compute_size(); in compute_size()
741 fn compute_size(&self) -> u32 { in compute_size() method
744 let len = value.compute_size(); in compute_size()
Dempty.rs63 fn compute_size(&self) -> u32 { in compute_size() method
Dsource_context.rs94 fn compute_size(&self) -> u32 { in compute_size() method
Dfield_mask.rs93 fn compute_size(&self) -> u32 { in compute_size() method
Dtimestamp.rs110 fn compute_size(&self) -> u32 { in compute_size() method
Dduration.rs110 fn compute_size(&self) -> u32 { in compute_size() method
Dany.rs124 fn compute_size(&self) -> u32 { in compute_size() method
/external/rust/crates/grpcio/src/
Dcodec.rs38 let cap = t.compute_size(); in ser()
/external/llvm-project/polly/lib/External/isl/
Disl_scheduler.c978 static __isl_give isl_val *compute_size(__isl_take isl_set *set, int dim) in compute_size() function
1131 v = compute_size(isl_set_copy(set), j); in compute_sizes()