HomeSort by relevance Sort by last modified time
    Searched full:expected_scope (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/cc/tools/
freeze_saved_model_test.cc 223 Scope expected_scope = Scope::NewRootScope(); local
224 Output expected_a = ops::Const(expected_scope.WithOpName("a"), 10.0f, {});
225 Output expected_b = ops::Const(expected_scope.WithOpName("b"), 10.0f, {});
227 ops::Mul(expected_scope.WithOpName("c"), expected_a, expected_b);
228 TF_ASSERT_OK(expected_scope.ToGraphDef(&expected_graph_def));

Completed in 108 milliseconds