Home
last modified time | relevance | path

Searched refs:CheckAttrsExist (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dutils_test.cc426 TF_EXPECT_OK(CheckAttrsExist(node, {})); in TEST()
427 TF_EXPECT_OK(CheckAttrsExist(node, {"apple"})); in TEST()
428 TF_EXPECT_OK(CheckAttrsExist(node, {"pear"})); in TEST()
429 TF_EXPECT_OK(CheckAttrsExist(node, {"apple", "pear"})); in TEST()
430 TF_EXPECT_OK(CheckAttrsExist(node, {"pear", "apple"})); in TEST()
438 EXPECT_FALSE(CheckAttrsExist(node, {""}).ok()); in TEST()
439 EXPECT_FALSE(CheckAttrsExist(node, {"pear", "cherry"}).ok()); in TEST()
440 EXPECT_FALSE(CheckAttrsExist(node, {"banana", "apple"}).ok()); in TEST()
Dutils.h366 Status CheckAttrsExist(const NodeDef& node, absl::Span<const string> keys);
Dutils.cc485 Status CheckAttrsExist(const NodeDef& node, absl::Span<const string> keys) { in CheckAttrsExist() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2235 TF_RETURN_IF_ERROR(CheckAttrsExist(*scale, {"dtype"})); in TrySimplify()
3323 CheckAttrsExist(*node, {"begin_mask", "end_mask", "ellipsis_mask", in GetStridedSliceAxis()
Dconstant_folding.cc2265 CheckAttrsExist(*node, {"new_axis_mask", "shrink_axis_mask"})); in SimplifyStridedSlice()
2292 CheckAttrsExist(*node, {"begin_mask", "end_mask", "ellipsis_mask"})); in SimplifyStridedSlice()