Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsIdentity (0.35 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        Node* outside_compilation_node = pair.second;
        DataType data_type;
        TF_RET_CHECK(outside_compilation_node->IsIdentity() ||
                     outside_compilation_node->type_string() == "Placeholder");
        if (outside_compilation_node->IsIdentity()) {
          TF_RETURN_IF_ERROR(
              GetNodeAttr(outside_compilation_node->def(), "T", &data_type));
        } else {
          TF_RETURN_IF_ERROR(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
Back to top