Searched refs:expected_scope (Results 1 – 2 of 2) sorted by relevance
152 Scope expected_scope = Scope::NewRootScope(); in TestFreezeGraphWithoutDependentVariables() local153 Output expected_a = ops::Const(expected_scope.WithOpName("a"), 10.0f, {}); in TestFreezeGraphWithoutDependentVariables()154 Output expected_b = ops::Const(expected_scope.WithOpName("b"), 10.0f, {}); in TestFreezeGraphWithoutDependentVariables()156 ops::Mul(expected_scope.WithOpName("c"), expected_a, expected_b); in TestFreezeGraphWithoutDependentVariables()157 TF_ASSERT_OK(expected_scope.ToGraphDef(&expected_graph_def)); in TestFreezeGraphWithoutDependentVariables()
262 const char* expected_scope) { in check_jwt_claim() argument298 if (expected_scope != nullptr) { in check_jwt_claim()302 GPR_ASSERT(strcmp(scope->value, expected_scope) == 0); in check_jwt_claim()