Home
last modified time | relevance | path

Searched refs:TensorFlowRegistryInterface (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_registry_test.cc60 EXPECT_FALSE(dyn_cast<TensorFlowRegistryInterface>(*func_op)); in TEST()
61 EXPECT_FALSE(dyn_cast<TensorFlowRegistryInterface>(*ret_op)); in TEST()
79 auto iface = dyn_cast<TensorFlowRegistryInterface>(add); in TEST()
106 auto iface = dyn_cast<TensorFlowRegistryInterface>(case_op); in TEST()
H A Dinterfaces_test.cc30 TEST(TensorFlowRegistryInterface, TestDefaultImplementation) { in TEST() argument
40 auto iface = dyn_cast<TensorFlowRegistryInterface>(op); in TEST()
70 auto iface = dyn_cast<TensorFlowRegistryInterface>(op); in TEST()
H A Dinterfaces.td21 def TensorFlowRegistryInterface
22 : OpInterface<"TensorFlowRegistryInterface"> {
H A Dinterfaces.cc50 auto registry = dyn_cast<TensorFlowRegistryInterface>(op); in getEffects()
H A Dinterfaces.h34 : public TensorFlowRegistryInterface::FallbackModel<
H A Dops.cc155 if (interface == TypeID::get<TensorFlowRegistryInterface>()) { in getRegisteredInterfaceForOp()
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/cf_sink/
H A Dpass.cc59 if (auto registry = dyn_cast<TensorFlowRegistryInterface>(op)) in IsStateless()