Home
last modified time | relevance | path

Searched refs:GetOpAttrs (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_operation.h65 virtual const tensorflow::AbstractOpAttrs* GetOpAttrs() const = 0;
Dc_api.cc999 return tensorflow::wrap(tensorflow::unwrap(op)->GetOpAttrs()); in TFE_OpGetAttrs()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.h130 const AbstractOpAttrs* GetOpAttrs() const override;
Deager_operation.cc484 const AbstractOpAttrs* EagerOperation::GetOpAttrs() const { return &attrs_; } in GetOpAttrs() function in tensorflow::EagerOperation