Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HasNonEmptyNames (0.24 sec)

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

      if (is_entry_point) {
        llvm::SmallVector<mlir::NamedAttribute, 2> attributes;
        if (HasNonEmptyNames(subgraph, func_inputs)) {
          attributes.push_back(BuildTFEntryFunctionAttribute(
              subgraph, &builder, "inputs", func_inputs));
        }
        if (HasNonEmptyNames(subgraph, func_outputs)) {
          attributes.push_back(BuildTFEntryFunctionAttribute(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top