Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for StatelessCase (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/case_op.pbtxt

      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_INT32
            tensor_shape {
            }
            int_val: 0
          }
        }
      }
    }
    node {
      name: "indexed_case"
      op: "StatelessCase"
      input: "Const_1"
      input: "Const"
      attr {
        key: "Tin"
        value {
          list {
            type: DT_INT32
          }
        }
      }
      attr {
        key: "Tout"
        value {
          list {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 07 20:38:34 UTC 2020
    - 3.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/case.mlir

          tf_executor.fetch %outputs_0 : tensor<*xi32>
        }
        func.return %0 : tensor<*xi32>
      }
    }
    
    // CHECK: name: "stateless_case"
    // CHECK-NEXT: "StatelessCase"
    // CHECK: name: "regular_case"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 2.5K bytes
    - Viewed (0)
Back to top