Home
last modified time | relevance | path

Searched refs:ith (Results 1 – 25 of 60) sorted by relevance

123

/external/exfatprogs/fsck/
Dde_iter.c234 int ith, struct exfat_dentry **dentry) in exfat_de_iter_get() argument
241 ith * sizeof(struct exfat_dentry); in exfat_de_iter_get()
259 if (ith + 1 > iter->max_skip_dentries) in exfat_de_iter_get()
260 iter->max_skip_dentries = ith + 1; in exfat_de_iter_get()
269 int ith, struct exfat_dentry **dentry) in exfat_de_iter_get_dirty() argument
275 ret = exfat_de_iter_get(iter, ith, dentry); in exfat_de_iter_get_dirty()
278 ith * sizeof(struct exfat_dentry); in exfat_de_iter_get_dirty()
Dfsck.h92 int ith, struct exfat_dentry **dentry);
94 int ith, struct exfat_dentry **dentry);
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BoostedTreesQuantileStreamResourceFlush.pbtxt20 bool; If True, the output will be the num_quantiles for each stream where the ith
21 entry is the ith quantile of the input with an approximation error of epsilon.
Dapi_def_EnqueueTPUEmbeddingRaggedTensorBatch.pbtxt61 corresponding input. The ith input is looked up using table_ids[i]. The size
69 to the ith feature. table_ids[i] indicates which embedding table to look up ith
Dapi_def_EnqueueTPUEmbeddingSparseTensorBatch.pbtxt59 corresponding input. The ith input is looked up using table_ids[i]. The size
67 to the ith feature. table_ids[i] indicates which embedding table to look up ith
Dapi_def_QueueDequeueV2.pbtxt35 in the tuples stored in the given queue, and output i is the ith
Dapi_def_QueueDequeue.pbtxt33 in the tuples stored in the given queue, and output i is the ith
Dapi_def_CrossReplicaSum.pbtxt15 replica ids in the ith subgroup.
Dapi_def_AllToAll.pbtxt15 replica ids in the ith subgroup.
Dapi_def_QueueDequeueManyV2.pbtxt48 the tuples stored in the given queue, and output `i` is the ith
Dapi_def_QueueDequeueMany.pbtxt46 the tuples stored in the given queue, and output `i` is the ith
Dapi_def_QueueDequeueUpTo.pbtxt53 the tuples stored in the given queue, and output `i` is the ith
Dapi_def_QueueDequeueUpToV2.pbtxt55 the tuples stored in the given queue, and output `i` is the ith
Dapi_def_Conv2DBackpropFilter.pbtxt49 If `padding` is `"EXPLICIT"`, the list of explicit padding amounts. For the ith
Dapi_def_Conv2DBackpropInput.pbtxt48 If `padding` is `"EXPLICIT"`, the list of explicit padding amounts. For the ith
Dapi_def_EnqueueTPUEmbeddingArbitraryTensorBatch.pbtxt68 to the ith feature.
Dapi_def_DynamicEnqueueTPUEmbeddingArbitraryTensorBatch.pbtxt68 to the ith feature.
Dapi_def_Conv2D.pbtxt41 If `padding` is `"EXPLICIT"`, the list of explicit padding amounts. For the ith
/external/angle/extensions/
DANGLE_pack_reverse_row_order.txt91 rectangles to the GL. That is, the ith group of the jth row
92 (corresponding to the ith pixel in the jth row) is placed in memory just
93 where the ith group of the jth row would be taken from when transferring
DANGLE_clip_cull_distance.txt93 CLIP_DISTANCEi_ANGLE 8* x B IsEnabled FALSE ith user clip 12.5
/external/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
DPointCloud.pde97 // get ith position
105 // get ith color
/external/starlark-go/starlark/testdata/
Dbytes.star141 # - bytes[i] returns numeric value of ith byte.
150 # - string.elem_ords()[i] returns numeric value of ith element (UTF-k code).
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DBase.td176 // must be equal to the number of results and the type of ith operand must
177 // match the type of ith result.
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DCharStream.as38 /** Get the ith character of lookahead. This is the same usually as
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops_base.td251 // must be equal to the number of results and the type of ith operand must
252 // match the type of ith result.

123