Searched refs:TF_TensorFromTensorShallow (Results 1 – 3 of 3) sorted by relevance
140 sample_indices_or_row_splits_tensors[i] = TF_TensorFromTensorShallow( in Compute()144 TF_TensorFromTensorShallow(embedding_indices_list[i], &tf_status); in Compute()147 TF_TensorFromTensorShallow(aggregation_weights_list[i], &tf_status); in Compute()
130 TF_Tensor* TF_TensorFromTensorShallow(const Tensor& src, Status* status);
310 TF_Tensor* TF_TensorFromTensorShallow(const tensorflow::Tensor& src, in TF_TensorFromTensorShallow() function