Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mlir_graph_optimization_pass (0.2 sec)

  1. tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/mlir_graph_optimization_pass.h"
    
    #include <memory>
    #include <string>
    #include <utility>
    #include <vector>
    
    #include "tensorflow/compiler/mlir/tf2xla/mlir_bridge_rollout_policy.h"
    #include "absl/container/flat_hash_set.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/mlir_graph_optimization_pass_test.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/mlir_graph_optimization_pass.h"
    
    #include <map>
    #include <memory>
    #include <string>
    #include <utility>
    #include <vector>
    
    #include "mlir/IR/Builders.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 08:25:30 UTC 2024
    - 16.1K bytes
    - Viewed (0)
Back to top