Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for float_spl (0.18 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

      if (!sgn_splat) return false;
    
      auto splat = dyn_cast<SplatElementsAttr>(float_or_int);
      if (auto float_spl = llvm::dyn_cast_if_present<FloatAttr>(splat),
          sgn_cst_spl = llvm::dyn_cast_if_present<FloatAttr>(sgn_splat);
          float_spl && sgn_cst_spl) {
        return IsSign(float_spl.getValue(), sgn_cst_spl.getValue());
      }
      if (auto int_spl = llvm::dyn_cast_if_present<IntegerAttr>(splat),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/lite/quantize_model_test.cc

      ASSERT_THAT(op->outputs, SizeIs(1));
    
      auto float_graph = readonly_model_->subgraphs()->Get(0);
      auto float_op = float_graph->operators()->Get(0);
      const int float_input0_idx = float_op->inputs()->Get(0);
      const int float_input1_idx = float_op->inputs()->Get(1);
      const int float_output_idx = float_op->outputs()->Get(0);
      ASSERT_THAT(float_graph->tensors()->Get(float_input0_idx)->type(),
                  Eq(TensorType_FLOAT32));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/tensor-list.pbtxt

            dtype: DT_FLOAT
            tensor_shape {
              dim {
                size: 2
              }
              dim {
                size: 2
              }
            }
            float_val: 1
            float_val: 2
            float_val: 3
            float_val: 4
          }
        }
      }
      experimental_debug_info {
      }
    }
    node {
      name: "TensorListStack/element_shape"
      op: "Const"
      attr {
        key: "dtype"
        value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 29 04:41:05 UTC 2021
    - 3.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/end2end/if_op.pbtxt

        key: "value"
        value {
          tensor {
            dtype: DT_FLOAT
            tensor_shape {
              dim {
                size: 4
              }
            }
            float_val: 1.0
            float_val: 2.0
            float_val: 3.0
            float_val: 4.0
          }
        }
      }
    }
    node {
      name: "cst1"
      op: "Const"
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 16 15:29:56 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/end2end/back2back_fake_quant.pbtxt

      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_FLOAT
            tensor_shape {
            }
            float_val: -0.5634322166442871
          }
        }
      }
    }
    node {
      name: "sequential/quant_dense/MatMul/kquant/FakeQuantWithMinMaxVars/ReadVariableOp"
      op: "Identity"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 15 19:42:47 UTC 2021
    - 25.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/switch_n.pbtxt

      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_FLOAT
            tensor_shape {
            }
            float_val: 1
          }
        }
      }
    }
    node {
      name: "Case/branch_index/_3"
      op: "_SwitchN"
      input: "Case/branch_index"
      input: "Case/branch_index"
      attr {
        key: "T"
        value {
          type: DT_INT32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 15 19:42:47 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/infer_derived_attribute.mlir

      // DerivedAttr to populate the NodeDef.
      // CHECK:      key: "dtype"
      // CHECK-NEXT: value {
      // CHECK-NEXT:   type: DT_FLOAT
      // CHECK:   float_val: 2
      // CHECK:      key: "dtype"
      // CHECK-NEXT: value {
      // CHECK-NEXT:   type: DT_FLOAT
      // CHECK:   float_val: 3
      // CHECK:      key: "dtype"
      // CHECK-NEXT: value {
      // CHECK-NEXT:   type: DT_DOUBLE
      // CHECK:   double_val: 4
      tf_executor.graph {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/multi-output-feeds.pbtxt

            tensor_shape {
            }
            float_val: 2.0
          }
        }
      }
    }
    node {
      name: "x"
      op: "Const"
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_FLOAT
            tensor_shape {
            }
            float_val: 3.0
          }
        }
      }
    }
    node {
      name: "y"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 10 19:53:21 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-func-attr.pbtxt

            key: "value"
            value {
              tensor {
                dtype: DT_FLOAT
                tensor_shape {
                  dim {
                    size: 10
                  }
                }
                float_val: 2
              }
            }
          }
          experimental_debug_info {
            original_node_names: "const_2"
          }
        }
        ret {
          key: "bar"
          value: "const_2:output:0"
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 11 19:14:04 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-as-function-control-ret.pbtxt

      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_FLOAT
            tensor_shape {
            }
            float_val: 2.0
          }
        }
      }
    }
    node {
      name: "var1_add"
      op: "AssignAddVariableOp"
      input: "arg1"
      input: "var1_add/value"
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 29 04:41:05 UTC 2021
    - 3.5K bytes
    - Viewed (0)
Back to top