| 83 | : TensorTie(def), obj_(obj) {} |
| 84 | |
| 85 | static bool IsSupported(const TensorTieDef& def) { |
| 86 | return def.external_def == def.internal_def; |
| 87 | } |
| 88 | |
| 89 | static Status New(const TensorTieDef& def, TensorObject internal_object, |
| 90 | std::unique_ptr<TensorTie>* tie) { |
no outgoing calls
no test coverage detected