Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for tfrt_fallback_util (0.26 sec)

  1. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_util.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    #include "tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_util.h"
    
    #include "tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_async.h"
    
    namespace tfrt {
    namespace fallback_async {
    
    bool IsArgConsumedByFallback(mlir::func::FuncOp func, int arg_index) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 30 02:12:49 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_util.h

    Adrian Kuegel <******@****.***> 1647958870 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 22 14:25:57 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/ir/BUILD

            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Support",
            "@tf_runtime//:basic_kernels_opdefs",
        ],
    )
    
    cc_library(
        name = "tfrt_fallback_util",
        srcs = ["tfrt_fallback_util.cc"],
        hdrs = ["tfrt_fallback_util.h"],
        visibility = ["//tensorflow/compiler/mlir/tfrt:__subpackages__"],
        deps = [
            ":tfrt_fallback_async_opdefs",
            "@llvm-project//mlir:FuncDialect",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 27 20:43:07 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/tests/ir/tfrt_fallback_util_test.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    #include "tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_util.h"
    
    #include <string>
    #include <utility>
    #include <vector>
    
    #include "mlir/Parser/Parser.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_async.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top