HomeSort by relevance Sort by last modified time
    Searched refs:total_size (Results 351 - 375 of 478) sorted by null

<<11121314151617181920

  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.cc 605 int64 total_size = inputs[0].shape.num_elements(); local
609 DataTypeSize(inputs[0].data_type) * total_size * no_stat_num_runs /
  /external/webp/src/mux/
muxinternal.c 375 size_t total_size, uint8_t* dst) {
377 const size_t offset_to_next = total_size - CHUNK_HEADER_SIZE;
  /system/nvram/messages/tests/
nvram_messages_test.cpp 55 response_payload.total_size = 32768;
74 EXPECT_EQ(32768ULL, decoded_payload->total_size);
  /device/google/cuttlefish_common/guest/hals/audio/
vsoc_audio_output_stream.cpp 231 message_header_.total_size =
  /device/linaro/bootloader/arm-trusted-firmware/common/
bl_common.c 151 (void *) mem_layout->total_base, mem_layout->total_size);
  /external/e2fsprogs/misc/
e2image.c 880 blk64_t total_size, offset; local
890 total_size = ext2fs_blocks_count(sb) << cluster_bits;
898 header->size = ext2fs_cpu_to_be64(total_size);
909 l1_size = ((total_size + (1LL << shift) - 1) >> shift);
    [all...]
  /external/libchrome/base/metrics/
field_trial.cc 1079 size_t total_size = sizeof(FieldTrial::FieldTrialEntry) + pickle.size(); local
1288 size_t total_size = sizeof(FieldTrial::FieldTrialEntry) + pickle.size(); local
    [all...]
  /external/libmicrohttpd/src/microhttpd/
internal.h 284 uint64_t total_size; member in struct:MHD_Response
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 542 state->total_size += sh->kernel_size;
557 state->total_size -= sh->kernel_size;
570 if (state->total_size < limit)
578 if (state->total_size <= limit / 2)
    [all...]
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
core_test.py 735 total_size = np.prod([v.size for v in self.original_lt.axes.values()])
737 math_ops.cast(self.original_lt, dtypes.float32) / total_size,
852 total_size = np.prod([v.size for v in self.original_lt.axes.values()])
854 math_ops.cast(self.original_lt, dtypes.float32) / total_size,
  /external/tensorflow/tensorflow/core/kernels/
lookup_util.cc 165 int64 total_size() const override { return vocab_size_; }
batch_kernels.cc 109 int64 total_size = 0; local
111 total_size += size;
113 if (total_size > input.shape().dim_size(0)) {
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 738 rpc_uint32 total_size;
862 rpc_uint32 total_size;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 738 rpc_uint32 total_size;
862 rpc_uint32 total_size;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 738 rpc_uint32 total_size;
862 rpc_uint32 total_size;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 738 rpc_uint32 total_size;
862 rpc_uint32 total_size;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 738 rpc_uint32 total_size;
862 rpc_uint32 total_size;
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 1255 size_t total_size = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.h 91 unsigned total_size; member in class:r600_sb::sb_pool
95 : block_size(block_size), blocks(), total_size() {}
306 unsigned size() { return total_size / aligned_elt_size; }
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 685 const size_t total_size = golden1.size() + golden2.size(); local
696 EXPECT_LE(gz_input.ByteCount(), total_size);
698 EXPECT_EQ(total_size, gz_input.ByteCount());
  /external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/ops/
seq2seq.py     [all...]
  /external/webp/src/dec/
webp_dec.c 153 uint32_t total_size = TAG_SIZE + // "WEBP". local
183 total_size += disk_chunk_size;
186 if (riff_size > 0 && (total_size > riff_size)) {
vp8l_dec.c 422 int total_size = 0; local
438 total_size += next->bits;
459 if (total_size == 0 && htrees[GREEN][0].value < NUM_LITERAL_CODES) {
1420 const uint64_t total_size = (uint64_t)transform_xsize * transform_ysize; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWICallbacks.cpp 2847 size_t total_size = metadata->tuning_params.tuning_sensor_data_size; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
dwarf2.c 3678 bfd_size_type total_size; local
    [all...]

Completed in 628 milliseconds

<<11121314151617181920