Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ir/
Dinterfaces.h33 class TensorFlowRegistryInterfaceBase
35 TensorFlowRegistryInterfaceBase>,
36 public DialectInterface::Base<TensorFlowRegistryInterfaceBase> {
38 explicit TensorFlowRegistryInterfaceBase(Dialect *dialect) in TensorFlowRegistryInterfaceBase() function
39 : DialectInterface::Base<TensorFlowRegistryInterfaceBase>(dialect) {} in TensorFlowRegistryInterfaceBase()
Dinterfaces_test.cc49 struct CustomRegistryInterface : public TensorFlowRegistryInterfaceBase { in TEST()
50 using TensorFlowRegistryInterfaceBase::TensorFlowRegistryInterfaceBase; in TEST()
Dtf_op_registry.h28 class TensorFlowOpRegistryInterface : public TensorFlowRegistryInterfaceBase {
33 : TensorFlowRegistryInterfaceBase(dialect), registry_(registry) {} in TensorFlowOpRegistryInterface()
Dops.cc157 getRegisteredInterface<TensorFlowRegistryInterfaceBase>()) { in getRegisteredInterfaceForOp()
159 return static_cast<TensorFlowRegistryInterfaceBase::Concept *>( in getRegisteredInterfaceForOp()
160 const_cast<TensorFlowRegistryInterfaceBase *>(instance)); in getRegisteredInterfaceForOp()