Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for kXlaInferredShapesAttrName (0.31 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass_test.cc

      auto node_name_image = g->BuildNodeNameIndex();
      Node *const0_node = node_name_image["const0"];
      EXPECT_NE(const0_node, nullptr);
      PartialTensorShape shape({2});
      const0_node->AddAttr(kXlaInferredShapesAttrName,
                           std::vector<PartialTensorShape>{shape});
    
      RewriteOutsideCompilationSubgraphFn rewrite_fn("_xla", "_oc", "cluster", "");
      std::vector<OutputTensor> arg_source_tensors;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 41K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/encapsulate_util.cc

                                      control_input);
            }
            g->AddControlEdge(iter->second, n);
          }
        }
      }
      return absl::OkStatus();
    }
    }  // namespace
    
    const char kXlaInferredShapesAttrName[] = "_xla_inferred_shapes";
    
    const char kXlaConnectedToXlaComputationAttrName[] =
        "_xla_connected_to_xla_computation";
    const char kXlaConnectedFromXlaComputationAttrName[] =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top