Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OpNameString (0.1 sec)

  1. tensorflow/c/experimental/ops/gen/cpp/views/op_view.cc

    }
    
    ArgView OpView::OnlyOutput() const {
      CHECK_EQ(output_args_.size(), 1);  // Crash OK
      return output_args_.front();
    }
    
    string OpView::FunctionName() const { return op_.name(); }
    
    string OpView::OpNameString() const { return Quoted(op_.name()); }
    
    string OpView::VariableName() const { return "op_ptr"; }
    
    std::vector<string> OpView::Description() const {
      return str_util::Split(op_.description(), "\n");
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 07:02:00 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top