/external/tensorflow/tensorflow/core/kernels/data/ |
D | padded_batch_dataset_op.cc | 235 for (size_t component_index = 0; component_index < num_tuple_components; in GetNextInternal() local 236 ++component_index) { in GetNextInternal() 240 dataset()->padded_shapes_[component_index]; in GetNextInternal() 252 batch_elements[i][component_index].shape(); in GetNextInternal() 259 component_index, ": expected rank ", padded_shape.dims(), in GetNextInternal() 265 if (batch_elements[i][component_index].shape().dim_size(dim) > in GetNextInternal() 269 batch_elements[i][component_index].shape().dim_size(dim)); in GetNextInternal() 272 if (batch_elements[i][component_index].shape().dim_size(dim) > in GetNextInternal() 285 output_dtypes()[component_index], in GetNextInternal() 288 &batch_component, dataset()->padding_values_[component_index])); in GetNextInternal() [all …]
|
D | batch_dataset_op.cc | 142 for (size_t component_index = 0; component_index < num_tuple_components; in GetNextInternal() local 143 ++component_index) { in GetNextInternal() 144 const Tensor& first_element = batch_elements[0][component_index]; in GetNextInternal() 152 if (batch_elements[i][component_index].shape() != in GetNextInternal() 156 component_index, ". First element had shape ", in GetNextInternal() 159 batch_elements[i][component_index].shape().DebugString(), in GetNextInternal() 163 std::move(batch_elements[i][component_index]), &batch_component, in GetNextInternal()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | barrier_ops.cc | 89 void TryInsertMany(const Tensor& keys, int component_index, in TryInsertMany() argument 134 component_index, i, &ready_tuples, in TryInsertMany() 183 [this, ctx, callback, component_index]() { in TryInsertMany() 309 int component_index, int i, in InsertOneLocked() argument 360 const PersistentTensor& component = element[1 + component_index]; in InsertOneLocked() 364 component_index, " in barrier ", name()); in InsertOneLocked() 373 element[1 + component_index] = next_element; in InsertOneLocked()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BarrierInsertMany.pbtxt | 23 name: "component_index" 32 already has a value at component_index, this operation will fail with
|
/external/libjpeg-turbo/ |
D | jcmaster.c | 140 compptr->component_index = ci; in initial_setup() 221 thisi = scanptr->component_index[ci]; in validate_script() 225 if (ci > 0 && thisi <= scanptr->component_index[ci-1]) in validate_script() 258 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0]; in validate_script() 281 thisi = scanptr->component_index[ci]; in validate_script() 328 &cinfo->comp_info[scanptr->component_index[ci]]; in select_scan_parameters()
|
D | jcparam.c | 412 scanptr->component_index[0] = ci; in fill_a_scan() 430 scanptr->component_index[0] = ci; in fill_scans() 450 scanptr->component_index[ci] = ci; in fill_dc_scans()
|
D | rdswitch.c | 209 scanptr->component_index[0] = (int) val; in read_scan_script() 220 scanptr->component_index[ncomps] = (int) val; in read_scan_script()
|
D | jccoefct.c | 178 input_buf[compptr->component_index], in compress_data() 358 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output()
|
D | jdcoefct.c | 131 inverse_DCT = cinfo->idct->inverse_DCT[compptr->component_index]; in decompress_onepass() 134 output_ptr = output_buf[compptr->component_index] + in decompress_onepass() 205 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in consume_data()
|
D | jdsample.c | 171 h_expand = upsample->h_expand[compptr->component_index]; in int_upsample() 172 v_expand = upsample->v_expand[compptr->component_index]; in int_upsample()
|
D | jpeglib.h | 124 int component_index; /* its index in SOF or cinfo->comp_info[] */ member 194 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */ member
|
D | jctrans.c | 309 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output()
|
D | jdphuff.c | 140 int cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass_phuff_decoder()
|
D | jdarith.c | 663 int coefi, cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass()
|
D | jdmarker.c | 284 compptr->component_index = ci; in get_sof()
|
D | turbojpeg.c | 1530 compptr->component_index=i; in setDecodeDefaults()
|
D | libjpeg.txt | 1155 int component_index
|
/external/libjpeg-turbo/simd/ |
D | jsimd_mips.c | 508 jsimd_int_upsample_mips_dspr2(upsample->h_expand[compptr->component_index], in jsimd_int_upsample() 509 upsample->v_expand[compptr->component_index], in jsimd_int_upsample()
|
/external/tensorflow/tensorflow/python/ops/ |
D | data_flow_ops.py | 1010 def insert_many(self, component_index, keys, values, name=None): argument 1030 self._barrier_ref, keys, values, component_index, name=name)
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 2673 name: "component_index"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 4294 name: "component_index"
|
D | ops_history.v1.pbtxt | 7839 name: "component_index"
|