Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InferSelectV2OpType (0.18 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    }
    
    //===----------------------------------------------------------------------===//
    // SelectV2Op
    //===----------------------------------------------------------------------===//
    
    static Type InferSelectV2OpType(Value condition, Value e, Value t) {
      Type element_ty = e.getType().cast<TensorType>().getElementType();
      auto unranked_ty = UnrankedTensorType::get(element_ty);
    
      Type broadcasted_ty =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top