Home
last modified time | relevance | path

Searched refs:kXlaInferredShapesAttrName (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass_test.cc210 const0_node->AddAttr(kXlaInferredShapesAttrName, in TEST()
284 kXlaInferredShapesAttrName, std::vector<PartialTensorShape>{shape}); in TEST_F()
443 kXlaInferredShapesAttrName, std::vector<PartialTensorShape>{shape}); in TEST_F()
459 kXlaInferredShapesAttrName, std::vector<PartialTensorShape>{shape}); in TEST_F()
594 kXlaInferredShapesAttrName, std::vector<PartialTensorShape>{shape}); in TEST_F()
610 kXlaInferredShapesAttrName, std::vector<PartialTensorShape>{shape}); in TEST_F()
721 kXlaInferredShapesAttrName, std::vector<PartialTensorShape>{shape}); in TEST_F()
869 kXlaInferredShapesAttrName, std::vector<PartialTensorShape>{shape}); in TEST_F()
951 kXlaInferredShapesAttrName, std::vector<PartialTensorShape>{shape}); in TEST_F()
Dencapsulate_util_test.cc46 TF_CHECK_OK(GetNodeAttr(add_node->attrs(), kXlaInferredShapesAttrName, in TEST()
Dencapsulate_util.h30 extern const char kXlaInferredShapesAttrName[];
Dencapsulate_util.cc307 const char kXlaInferredShapesAttrName[] = "_xla_inferred_shapes"; variable
340 n->AddAttr(kXlaInferredShapesAttrName, output_shapes); in PerformStaticShapeInferenceBeforeEncapsulation()
Dextract_outside_compilation_pass.cc289 if (!GetNodeAttr(e->src()->attrs(), kXlaInferredShapesAttrName, &shapes) in GetInferredInputShapes()
2251 n->ClearAttr(kXlaInferredShapesAttrName); in operator ()()