Searched refs:shape_and_slices_tensor (Results 1 – 2 of 2) sorted by relevance
101 const Tensor* shape_and_slices_tensor = c->input_tensor(2); in __anon2a9f7d410302() local102 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() local229 if (shape_and_slices_tensor) { in __anon2a9f7d410802()231 shape_and_slices_tensor->flat<tstring>()(0); in __anon2a9f7d410802()
144 Tensor shape_and_slices_tensor; in ObtainTensorSlice() local145 TF_RETURN_IF_ERROR(GetNodeAttr(node, "value", &shape_and_slices_tensor)); in ObtainTensorSlice()147 shape_and_slices_tensor.flat<tstring>(); in ObtainTensorSlice()