Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for input_op_name (0.27 sec)

  1. tensorflow/c/c_api_test.cc

        input.flat<tstring>()(i) = example.SerializeAsString();
      }
    
      const tensorflow::string input_op_name(
          tensorflow::ParseTensorName(input_name).first);
      TF_Operation* input_op =
          TF_GraphOperationByName(graph, input_op_name.c_str());
      ASSERT_TRUE(input_op != nullptr);
      Status status;
      csession.SetInputs({{input_op, TF_TensorFromTensor(input, &status)}});
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 96.9K bytes
    - Viewed (3)
Back to top