Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MlirLocalVarOp (0.09 sec)

  1. tensorflow/compiler/mlir/tensorflow/ops/mlir_local_var_op.cc

    ==============================================================================*/
    
    #include "tensorflow/core/framework/common_shape_fns.h"
    #include "tensorflow/core/framework/op.h"
    
    namespace tensorflow {
    
    REGISTER_OP("MlirLocalVarOp")
        .Output("resource: resource")
        .SetShapeFn(shape_inference::UnknownShape)
        .Doc(R"(Creates a handle to an in-scope variable.
    Used by internal passes for temporary representation of local state, which will
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 08 23:15:13 UTC 2020
    - 1.1K bytes
    - Viewed (0)
Back to top