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 __anone43acdb40302() local102 if (shape_and_slices_tensor) { in __anone43acdb40302()104 shape_and_slices_tensor->flat<string>(); in __anone43acdb40302()222 const Tensor* shape_and_slices_tensor = c->input_tensor(2); in __anone43acdb40802() local223 if (shape_and_slices_tensor) { in __anone43acdb40802()225 shape_and_slices_tensor->flat<string>()(0); in __anone43acdb40802()
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()