Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/sparse_expansions/
H A Ddynamic_enqueue_sparse_expander.cc76 for (mlir::Value sparse_feature_value : feature) { in ExpandOp() local
77 if (!IsSparseValue(sparse_feature_value)) { in ExpandOp()
88 GetIndicesFromSparseTensor(sparse_feature_value).ValueOrDie())); in ExpandOp()
91 GetValuesFromSparseTensor(sparse_feature_value).ValueOrDie()); in ExpandOp()