Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dio_ops.cc101 const Tensor* shape_and_slices_tensor = c->input_tensor(2); in __anon2a9f7d410302() local
102 if (shape_and_slices_tensor) { in __anon2a9f7d410302()
103 if (shape_and_slices_tensor->dtype() != DT_STRING) { in __anon2a9f7d410302()
109 shape_and_slices_tensor->flat<tstring>(); in __anon2a9f7d410302()
228 const Tensor* shape_and_slices_tensor = c->input_tensor(2); in __anon2a9f7d410802() local
229 if (shape_and_slices_tensor) { in __anon2a9f7d410802()
231 shape_and_slices_tensor->flat<tstring>()(0); in __anon2a9f7d410802()
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsparsify_gather.cc144 Tensor shape_and_slices_tensor; in ObtainTensorSlice() local
145 TF_RETURN_IF_ERROR(GetNodeAttr(node, "value", &shape_and_slices_tensor)); in ObtainTensorSlice()
147 shape_and_slices_tensor.flat<tstring>(); in ObtainTensorSlice()