Home
last modified time | relevance | path

Searched refs:component_index (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dpadded_batch_dataset_op.cc235 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 …]
Dbatch_dataset_op.cc142 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/
Dbarrier_ops.cc89 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/
Dapi_def_BarrierInsertMany.pbtxt23 name: "component_index"
32 already has a value at component_index, this operation will fail with
/external/libjpeg-turbo/
Djcmaster.c140 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()
Djcparam.c412 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()
Drdswitch.c209 scanptr->component_index[0] = (int) val; in read_scan_script()
220 scanptr->component_index[ncomps] = (int) val; in read_scan_script()
Djccoefct.c178 input_buf[compptr->component_index], in compress_data()
358 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output()
Djdcoefct.c131 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()
Djdsample.c171 h_expand = upsample->h_expand[compptr->component_index]; in int_upsample()
172 v_expand = upsample->v_expand[compptr->component_index]; in int_upsample()
Djpeglib.h124 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
Djctrans.c309 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output()
Djdphuff.c140 int cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass_phuff_decoder()
Djdarith.c663 int coefi, cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass()
Djdmarker.c284 compptr->component_index = ci; in get_sof()
Dturbojpeg.c1530 compptr->component_index=i; in setDecodeDefaults()
Dlibjpeg.txt1155 int component_index
/external/libjpeg-turbo/simd/
Djsimd_mips.c508 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/
Ddata_flow_ops.py1010 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/
Dops.pbtxt2673 name: "component_index"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt4294 name: "component_index"
Dops_history.v1.pbtxt7839 name: "component_index"