Searched refs:base_op (Results 1 – 13 of 13) sorted by relevance
35 const auto* base_op = it->get(); in Run() local36 if (base_op->type != OperatorType::kSelect) { in Run()39 const auto* op = static_cast<const SelectOperator*>(base_op); in Run()
67 auto* base_op = it->get(); in Run() local68 if (base_op->type != OperatorType::kRandomUniform) { in Run()71 auto* op = static_cast<RandomUniformOperator*>(base_op); in Run()
57 const auto* base_op = it->get(); in Run() local58 if (base_op->type != OperatorType::kPack) { in Run()61 const auto* op = static_cast<const PackOperator*>(base_op); in Run()
30 const auto* base_op = it->get(); in Run() local31 if (base_op->type != OperatorType::kReshape) { in Run()34 const auto* op = static_cast<const TensorFlowReshapeOperator*>(base_op); in Run()
49 auto* base_op = fill_it->get(); in Run() local50 if (base_op->type != OperatorType::kFill) { in Run()53 auto* op = static_cast<FillOperator*>(base_op); in Run()
47 auto* base_op = it->get(); in Run() local48 if (base_op->type != OperatorType::kRange) { in Run()51 auto* op = static_cast<RangeOperator*>(base_op); in Run()
106 const auto* base_op = it->get(); in Run() local107 if (base_op->type != OperatorType::kStridedSlice) { in Run()112 static_cast<const StridedSliceOperator*>(base_op); in Run()
72 const auto* base_op = it->get(); in Run() local73 if (base_op->type != OperatorType::kGather) { in Run()76 const auto* op = static_cast<const GatherOperator*>(base_op); in Run()
105 const auto* base_op = it->get(); in Run() local106 if (base_op->type != OperatorType::kTile) { in Run()109 const auto* op = static_cast<const TensorFlowTileOperator*>(base_op); in Run()
94 const auto* base_op = it->get(); in Run() local95 if (base_op->type != OperatorType::kSlice) { in Run()99 const SliceOperator* op = static_cast<const SliceOperator*>(base_op); in Run()
109 const auto* base_op = it->get(); in Run() local110 if (base_op->type != OperatorType::kTranspose) { in Run()113 const auto* op = static_cast<const TransposeOperator*>(base_op); in Run()
715 const BaseOperator* base_op = operator_by_type_map.at(op.type).get(); in SimpleVersioningTest() local721 EXPECT_EQ(base_op->GetVersion(uint8_signature), 1); in SimpleVersioningTest()727 EXPECT_EQ(base_op->GetVersion(int8_signature), 2); in SimpleVersioningTest()737 const BaseOperator* base_op = operator_by_type_map.at(op.type).get(); in SimpleOutputVersioningTest() local743 EXPECT_EQ(base_op->GetVersion(uint8_signature), 1); in SimpleOutputVersioningTest()749 EXPECT_EQ(base_op->GetVersion(int8_signature), 2); in SimpleOutputVersioningTest()
583 class SOPK_SCC <string opName, string base_op, bit isSignExt> : SOPK_Pseudo <590 SOPKInstTable<1, base_op>{