Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fibo (0.32 sec)

  1. tensorflow/c/c_api_experimental.cc

                << session->graph->graph.ToGraphDefDebug().DebugString();
      }
    
      TF_Operation* dequeue_op = TF_GraphOperationByName(
          session->graph,
          tensorflow::strings::StrCat("fifo_queue_dequeue_", tensor_id).c_str());
      if (dequeue_op == nullptr) {
        status->status = tensorflow::errors::Internal(
            "Unable to find the dequeue node in the TF graph.");
        return nullptr;
      }
    
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 29.4K bytes
    - Viewed (0)
Back to top