Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for add_input (0.12 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        TFL_StatefulTensor:$fw_input_cell_state,
        TFL_StatefulTensor:$bw_input_activation_state,
        TFL_StatefulTensor:$bw_input_cell_state,
    
        // Auxiliary input & weights.
        TFL_TensorOfOrNone<[F32, I8]>:$aux_input,
        // Auxiliary fw weights.
        TFL_TensorOfOrNone<[F32, I8]>:$fw_aux_input_to_input_weights,
        TFL_TensorOfOrNone<[F32, I8]>:$fw_aux_input_to_forget_weights,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

                 llvm::enumerate(block.getArgumentTypes())) {
              TensorType updated_ty =
                  UpdateElementTypeTo(original_ty, element_types[block_idx]);
              signature.addInputs(block_idx, {updated_ty});
            }
            rewriter.applySignatureConversion(&region.front(), signature);
          }
        }
    
        // Replace all uses of `op` results with the newly created op.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top