Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for INFER_RETURN_TYPE_COMPONENTS_FROM_OPERANDS (0.39 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_op_interfaces.h

    // Shape functions for ops that are using TF_SameOperandsAndResultTypeResolveRef
    // and have at least one operand, result type can be inferred using the first
    // operand's type.
    
    #define INFER_RETURN_TYPE_COMPONENTS_FROM_OPERANDS(Op)                \
      LogicalResult Op::inferReturnTypeComponents(                        \
          MLIRContext* context, std::optional<Location> location,         \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 03 19:26:14 UTC 2023
    - 6.5K bytes
    - Viewed (0)
Back to top