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 __anonec23b74b0302() local102 if (shape_and_slices_tensor) { in __anonec23b74b0302()104 shape_and_slices_tensor->flat<string>(); in __anonec23b74b0302()222 const Tensor* shape_and_slices_tensor = c->input_tensor(2); in __anonec23b74b0802() local223 if (shape_and_slices_tensor) { in __anonec23b74b0802()225 shape_and_slices_tensor->flat<string>()(0); in __anonec23b74b0802()
145 Tensor shape_and_slices_tensor; in ObtainTensorSlice() local146 TF_RETURN_IF_ERROR(GetNodeAttr(node, "value", &shape_and_slices_tensor)); in ObtainTensorSlice()148 shape_and_slices_tensor.flat<string>(); in ObtainTensorSlice()