Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for opcode_index (0.26 sec)

  1. tensorflow/compiler/mlir/lite/converter_gen.cc

        // Signature
        os << "static flatbuffers::Offset<tflite::Operator> "
           << GetOperatorBuilderName(def->getName()) << "(mlir::TFL::" << op_name
           << " tflOp, uint32_t opcode_index, "
           << "const std::vector<int32_t>& operands,"
           << "const std::vector<int32_t>& results,"
           << (has_intermediates ? "const std::vector<int32_t>& intermediate_index,"
                                 : "")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 19 15:05:28 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/disable_flex_enable_builtin.mlir

    // CHECK-NEXT:      outputs: [ 3 ],
    // CHECK-NEXT:      builtin_options_type: MulOptions,
    // CHECK-NEXT:      builtin_options: {
    // CHECK-EMPTY:
    // CHECK-NEXT:      }
    // CHECK-NEXT:    }, {
    // CHECK-NEXT:      opcode_index: 1,
    // CHECK-NEXT:      inputs: [ 3 ],
    // CHECK-NEXT:      outputs: [ 4 ],
    // CHECK-NEXT:      builtin_options_type: ExpOptions,
    // CHECK-NEXT:      builtin_options: {
    // CHECK-EMPTY:
    // CHECK-NEXT:      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/logical.mlir

      // CHECK-NEXT:     outputs: [ 4 ],
      // CHECK-NEXT:     operators: [ {
      // CHECK-NEXT:       inputs: [ 0, 2 ],
      // CHECK-NEXT:       outputs: [ 3 ]
      // CHECK-NEXT:     }, {
      // CHECK-NEXT:       opcode_index: 1,
      // CHECK-NEXT:       inputs: [ 3, 1 ],
      // CHECK-NEXT:       outputs: [ 4 ]
      // CHECK-NEXT:     } ]
      // CHECK-NEXT:    name: "main"
      // CHECK-NEXT:   } ],
      // CHECK-NEXT:   description: "MLIR Converted.",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/simple_with_connected_control_nodes.mlir

    // CHECK-NEXT:       builtin_options_type: SubOptions,
    // CHECK-NEXT:       builtin_options: {
    // CHECK-NEXT:         fused_activation_function: RELU6
    // CHECK-NEXT:       }
    // CHECK-NEXT:     }, {
    // CHECK-NEXT:       opcode_index: 1,
    // CHECK-NEXT:       inputs: [ 3, 2 ],
    // CHECK-NEXT:       outputs: [ 4 ],
    // CHECK-NEXT:       builtin_options_type: AddOptions,
    // CHECK-NEXT:       builtin_options: {
    // CHECK-EMPTY:
    // CHECK-NEXT:       }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 17 13:32:53 UTC 2022
    - 4.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/depthwise_conv2d.mlir

      // CHECK-NEXT:    outputs: [ 4 ],
      // CHECK-NEXT:    operators: [ {
      // CHECK-NEXT:      inputs: [ 2 ],
      // CHECK-NEXT:      outputs: [ 3 ]
      // CHECK-NEXT:    }, {
      // CHECK-NEXT:      opcode_index: 1,
      // CHECK-NEXT:      inputs: [ 0, 3, 1 ],
      // CHECK-NEXT:      outputs: [ 4 ],
      // CHECK-NEXT:      builtin_options_type: DepthwiseConv2DOptions,
      // CHECK-NEXT:      builtin_options: {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/depthwise_conv2d_v2.mlir

      // CHECK-NEXT:    outputs: [ 4 ],
      // CHECK-NEXT:    operators: [ {
      // CHECK-NEXT:      inputs: [ 2 ],
      // CHECK-NEXT:      outputs: [ 3 ]
      // CHECK-NEXT:    }, {
      // CHECK-NEXT:      opcode_index: 1,
      // CHECK-NEXT:      inputs: [ 0, 3, 1 ],
      // CHECK-NEXT:      outputs: [ 4 ],
      // CHECK-NEXT:      builtin_options_type: DepthwiseConv2DOptions,
      // CHECK-NEXT:      builtin_options: {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 9.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/simple.mlir

    // CHECK-NEXT:       builtin_options_type: SubOptions,
    // CHECK-NEXT:       builtin_options: {
    // CHECK-NEXT:         fused_activation_function: RELU6
    // CHECK-NEXT:       }
    // CHECK-NEXT:     }, {
    // CHECK-NEXT:       opcode_index: 1,
    // CHECK-NEXT:       inputs: [ 3, 2 ],
    // CHECK-NEXT:       outputs: [ 4 ],
    // CHECK-NEXT:       builtin_options_type: AddOptions,
    // CHECK-NEXT:       builtin_options: {
    // CHECK-EMPTY:
    // CHECK-NEXT:       }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/simple_with_unconnected_control_nodes.mlir

    // CHECK-NEXT:       builtin_options_type: SubOptions,
    // CHECK-NEXT:       builtin_options: {
    // CHECK-NEXT:         fused_activation_function: RELU6
    // CHECK-NEXT:       }
    // CHECK-NEXT:     }, {
    // CHECK-NEXT:       opcode_index: 1,
    // CHECK-NEXT:       inputs: [ 3, 2 ],
    // CHECK-NEXT:       outputs: [ 4 ],
    // CHECK-NEXT:       builtin_options_type: AddOptions,
    // CHECK-NEXT:       builtin_options: {
    // CHECK-EMPTY:
    // CHECK-NEXT:       }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 17 13:32:53 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/signature_def_with_multiple_entry_points.mlir

    // CHECK-NEXT:      has_rank: true
    // CHECK-NEXT:    } ],
    // CHECK-NEXT:    inputs: [ 0, 1 ],
    // CHECK-NEXT:    outputs: [ 2 ],
    // CHECK-NEXT:    operators: [ {
    // CHECK-NEXT:      opcode_index: 1,
    // CHECK-NEXT:      inputs: [ 0, 1 ],
    // CHECK-NEXT:      outputs: [ 2 ],
    // CHECK-NEXT:      builtin_options_type: SubOptions,
    // CHECK-NEXT:      builtin_options: {
    // CHECK-EMPTY:
    // CHECK-NEXT:      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 5.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/importer_test_min_max.cc

      for (auto& sub_graph : model->subgraphs) {
        for (auto& op : sub_graph->operators) {
          if (tflite::GetBuiltinCode(
                  model->operator_codes[op->opcode_index].get()) ==
              tflite::BuiltinOperator_FULLY_CONNECTED) {
            // inject min/max to the input and output tensors
            auto& input_tensor = sub_graph->tensors[op->inputs[0]];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top