Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc1040 Tensor* sp_shape_d = nullptr; in Compute() local
1045 &sp_shape_d)); in Compute()
1046 auto shape_t = sp_shape_d->vec<int64>(); in Compute()
1055 Tensor* sp_shape_d = nullptr; in Compute() local
1061 &sp_shape_d)); in Compute()
1062 auto shape_t = sp_shape_d->vec<int64>(); in Compute()
1165 Tensor* sp_shape_d = nullptr; in Compute() local
1171 d, TensorShape({2}), &sp_shape_d)); in Compute()
1172 auto shape_t = sp_shape_d->vec<int64>(); in Compute()