Searched refs:kTensorFlowTile (Results 1 – 3 of 3) sorted by relevance
31 CHECK(tile_op->type == OperatorType::kTensorFlowTile); in RemoveTileOperator()78 if (op[0] && op[0]->type == OperatorType::kTensorFlowTile && op[1] && in Run()79 op[1]->type == OperatorType::kTensorFlowTile) { in Run()84 if (op[i] && op[i]->type == OperatorType::kTensorFlowTile) { in Run()
1443 case OperatorType::kTensorFlowTile: in Run()
115 kTensorFlowTile, enumerator1059 TensorFlowTileOperator() : Operator(OperatorType::kTensorFlowTile) {}