Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for io_node_types_ (0.22 sec)

  1. tensorflow/compiler/mlir/lite/transforms/modify_io_nodes.cc

        } else if (str == "float32") {
          return builder.getF32Type();
        } else {
          return {};
        }
      };
      if (io_node_types_.size() < 2) return failure();
      if (!input_type) input_type = convert_str_to_type(io_node_types_[0]);
      if (!output_type) output_type = convert_str_to_type(io_node_types_[1]);
      return success();
    }
    
    LogicalResult ModifyIONodesPass::ModifyInputNodes(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top