Searched refs:GetOpAttrs (Results 1 – 4 of 4) sorted by relevance
65 virtual const tensorflow::AbstractOpAttrs* GetOpAttrs() const = 0;
999 return tensorflow::wrap(tensorflow::unwrap(op)->GetOpAttrs()); in TFE_OpGetAttrs()
130 const AbstractOpAttrs* GetOpAttrs() const override;
484 const AbstractOpAttrs* EagerOperation::GetOpAttrs() const { return &attrs_; } in GetOpAttrs() function in tensorflow::EagerOperation