Searched refs:SharesBufferWith (Results 1 – 12 of 12) sorted by relevance
38 if (!output->SharesBufferWith(input)) { in Compute()
89 return !tensor.SharesBufferWith(first); in IsUsefulToSwap()
932 if (!batch_mean->SharesBufferWith(estimated_mean) && in operator ()()943 if (!batch_var->SharesBufferWith(estimated_variance) && in operator ()()
1161 TEST(Tensor, SharesBufferWith) { in TEST() argument1167 EXPECT_FALSE(a_empty.SharesBufferWith(a_empty)); in TEST()1168 EXPECT_FALSE(a_empty.SharesBufferWith(b_empty)); in TEST()1169 EXPECT_FALSE(a_empty.SharesBufferWith(a)); in TEST()1170 EXPECT_FALSE(a_empty.SharesBufferWith(copy)); in TEST()1171 EXPECT_TRUE(a.SharesBufferWith(a)); in TEST()1172 EXPECT_FALSE(a.SharesBufferWith(b)); in TEST()1173 EXPECT_TRUE(a.SharesBufferWith(copy)); in TEST()
282 bool SharesBufferWith(const Tensor& b) const;
1245 bool Tensor::SharesBufferWith(const Tensor& b) const { in SharesBufferWith() function in tensorflow::Tensor
108 if (!input.SharesBufferWith(input_copy)) { in ComputeAsync()
178 if (!input.SharesBufferWith(input_copy)) { in ComputeAsync()323 if (!input.SharesBufferWith(input_copy)) { in ComputeAsync()
129 if (!packed_triangular_factors->SharesBufferWith(input)) { in ComputeAsync()
193 if (!input.SharesBufferWith(input_copy)) { in ComputeAsync()
332 if (!M.SharesBufferWith(input_copy)) { in PerformSVD_MlessN()
192 if (y_data.SharesBufferWith((*x_datas)[x_idx])) { in EvaluateGraph()