Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NodeWithPlaceholderAttrHelper (0.19 sec)

  1. tensorflow/c/c_api_function_test.cc

      TF_Operation *node1, *node2, *node3;
      NodeWithPlaceholderAttrHelper(func_graph.get(), s.get(), "node1", "v1",
                                    &node1);
      NodeWithPlaceholderAttrHelper(func_graph.get(), s.get(), "node2", "v1",
                                    &node2);
      NodeWithPlaceholderAttrHelper(func_graph.get(), s.get(), "node3", "v2",
                                    &node3);
    
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Jul 20 22:08:54 GMT 2023
    - 63.6K bytes
    - Viewed (6)
Back to top