Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for opcode_index (0.3 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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