Home
last modified time | relevance | path

Searched refs:expected_scope (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model_test.cc152 Scope expected_scope = Scope::NewRootScope(); in TestFreezeGraphWithoutDependentVariables() local
153 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()
/external/grpc-grpc/test/core/security/
Djson_token_test.cc262 const char* expected_scope) { in check_jwt_claim() argument
298 if (expected_scope != nullptr) { in check_jwt_claim()
302 GPR_ASSERT(strcmp(scope->value, expected_scope) == 0); in check_jwt_claim()