Home
last modified time | relevance | path

Searched refs:embedding_indices (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/ops/
Dtpu_ops.py321 embedding_indices, argument
364 embedding_indices=embedding_indices,
378 embedding_indices, argument
441 embedding_indices=embedding_indices,
458 embedding_indices, argument
521 embedding_indices=embedding_indices,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_EnqueueTPUEmbeddingRaggedTensorBatch.pbtxt8 embedding_indices and aggregation_weights into rows.
14 name: "embedding_indices"
63 embedding_indices and aggregation_weights.
68 sample_splits[i], embedding_indices[i] and aggregation_weights[i] correspond
73 embedding_indices and aggregation_weights, must have the same shape, i.e. rank 1
Dapi_def_EnqueueTPUEmbeddingSparseTensorBatch.pbtxt8 which the corresponding embedding_indices and aggregation_weights values
13 name: "embedding_indices"
61 embedding_indices and aggregation_weights.
66 sample_indices[i], embedding_indices[i] and aggregation_weights[i] correspond
71 embedding_indices and aggregation_weights) must have the same shape, i.e. rank 1
Dapi_def_EnqueueTPUEmbeddingSparseBatch.pbtxt8 feature to which the corresponding embedding_indices and aggregation_weights
15 name: "embedding_indices"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DEnqueueTPUEmbeddingSparseTensorBatch.pbtxt9 name: "embedding_indices"
57 name: "embedding_indices"
144 name: "embedding_indices"
239 name: "embedding_indices"
DEnqueueTPUEmbeddingSparseBatch.pbtxt9 name: "embedding_indices"
53 name: "embedding_indices"
DEnqueueTPUEmbeddingRaggedTensorBatch.pbtxt9 name: "embedding_indices"
104 name: "embedding_indices"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DEnqueueTPUEmbeddingSparseTensorBatch.pbtxt9 name: "embedding_indices"
57 name: "embedding_indices"
144 name: "embedding_indices"
DEnqueueTPUEmbeddingSparseBatch.pbtxt9 name: "embedding_indices"
53 name: "embedding_indices"
DEnqueueTPUEmbeddingRaggedTensorBatch.pbtxt9 name: "embedding_indices"
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding.py189 embedding_indices, argument
213 return super(EnqueueData, cls).__new__(cls, embedding_indices,
231 embedding_indices, argument
255 cls).__new__(cls, embedding_indices, sample_splits,
1665 data.device != enqueue_data.embedding_indices.device):
1722 device = enqueue_data.embedding_indices.device
1725 if device != enqueue_data.embedding_indices.device:
1730 enqueue_data.embedding_indices.device, feature,
1751 with ops.colocate_with(enqueue_data0.embedding_indices):
1798 kwargs['embedding_indices'].append(enqueue_data.embedding_indices)
[all …]
Dtpu_embedding_v2.py1019 embedding_indices=values,
1028 embedding_indices=values,
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td3744 sample_splits[i], embedding_indices[i] and aggregation_weights[i] correspond
3749 embedding_indices and aggregation_weights, must have the same shape, i.e. rank 1
3756 embedding_indices and aggregation_weights into rows.
3760 …corresponds to ids.values in embedding_lookup(), when ids is a RaggedTensor.}]>:$embedding_indices,
3804 feature to which the corresponding embedding_indices and aggregation_weights
3808 …OrI64Tensor>, [{A list of rank 1 Tensors, indices into the embedding tables.}]>:$embedding_indices,
3834 sample_indices[i], embedding_indices[i] and aggregation_weights[i] correspond
3839 embedding_indices and aggregation_weights) must have the same shape, i.e. rank 1
3846 which the corresponding embedding_indices and aggregation_weights values
3849 It corresponds to sp_ids.values in embedding_lookup_sparse().}]>:$embedding_indices,
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt1349 …argspec: "args=[\'sample_splits\', \'embedding_indices\', \'aggregation_weights\', \'mode_override…
1353 …argspec: "args=[\'sample_indices\', \'embedding_indices\', \'aggregation_weights\', \'mode_overrid…
1357 …argspec: "args=[\'sample_indices\', \'embedding_indices\', \'aggregation_weights\', \'mode_overrid…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt1349 …argspec: "args=[\'sample_splits\', \'embedding_indices\', \'aggregation_weights\', \'mode_override…
1353 …argspec: "args=[\'sample_indices\', \'embedding_indices\', \'aggregation_weights\', \'mode_overrid…
1357 …argspec: "args=[\'sample_indices\', \'embedding_indices\', \'aggregation_weights\', \'mode_overrid…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go40494 func EnqueueTPUEmbeddingSparseBatch(scope *Scope, sample_indices []tf.Output, embedding_indices []t…
40505 …tf.OutputList(sample_indices), tf.OutputList(embedding_indices), tf.OutputList(aggregation_weights…
48796 …mbeddingSparseTensorBatch(scope *Scope, sample_indices []tf.Output, embedding_indices []tf.Output,…
48807 …tf.OutputList(sample_indices), tf.OutputList(embedding_indices), tf.OutputList(aggregation_weights…
52102 …EmbeddingRaggedTensorBatch(scope *Scope, sample_splits []tf.Output, embedding_indices []tf.Output,…
52113 …tf.OutputList(sample_splits), tf.OutputList(embedding_indices), tf.OutputList(aggregation_weights)…
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt14018 name: "embedding_indices"
14121 name: "embedding_indices"
14204 name: "embedding_indices"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt22218 name: "embedding_indices"
22262 name: "embedding_indices"
22345 name: "embedding_indices"
22393 name: "embedding_indices"