Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for InferTypeOpInterface (0.42 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    include "tensorflow/compiler/mlir/tensorflow/ir/tf_op_base.td"
    include "mlir/Interfaces/CallInterfaces.td"
    include "mlir/Interfaces/ControlFlowInterfaces.td"
    include "mlir/Interfaces/InferTypeOpInterface.td"
    include "mlir/Interfaces/LoopLikeInterface.td"
    include "mlir/Interfaces/SideEffectInterfaces.td"
    include "mlir/IR/OpAsmInterface.td"
    include "mlir/IR/OpBase.td"
    include "mlir/IR/SymbolInterfaces.td"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    ### `-tf-shape-inference`
    
    _Shape inference on TF dialect and ops implementing InferTypeOpInterface_
    
    Fixed point shape refinement pass that utilizes the shape functions
    registered on ops using the InferTypeOpInterface as well as by bridging to
    the TensorFlow op registry's shape functions. This is an interprocedural
    pass that propagates information across function calls/control flow
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top