Searched refs:FullyDefined (Results 1 – 17 of 17) sorted by relevance
72 if (!c->FullyDefined(first_input)) { in __anonad90f1540202()79 if (!c->FullyDefined(input) || in __anonad90f1540202()
291 if (!c->FullyDefined(passed_shape)) { in __anon7c94107b0202()299 if (!c->FullyDefined(c->input(i))) { in __anon7c94107b0202()848 if (c->RankKnown(diag) && !c->FullyDefined(input)) { in __anon7c94107b1102()
585 if (c->FullyDefined(s) || identical_shapes) { in __anon4a7ac08d1102()
332 PRI.FullyDefined = true; in analyzePhysReg()339 if (PRI.FullyDefined || PRI.Clobbered) in analyzePhysReg()
1437 if (Info.FullyDefined || Info.Clobbered) in computeRegisterLiveness()
824 if (RI.FullyDefined) in foldMemoryOperand()
330 PRI.FullyDefined = true; in analyzePhysReg()337 if (PRI.FullyDefined || PRI.Clobbered) in analyzePhysReg()
1268 if (Info.FullyDefined || Info.Clobbered) in computeRegisterLiveness()
787 if (RI.FullyDefined) in foldMemoryOperand()
51 bool fully_defined_inputs = c->FullyDefined(c->input(0)); in TryToInferTensorOutputFromInputShapes()88 bool fully_defined_inputs = c->FullyDefined(c->input(0)); in TryToInferTensorOutputFromInputShapes()
177 bool FullyDefined; member
178 bool FullyDefined; member
358 if (!ic->FullyDefined(shape) || ic->Rank(shape) > 1 || in IsShapeFullyDefinedIntegerVectorOrScalar()359 !ic->FullyDefined(tensor_as_shape) || in IsShapeFullyDefinedIntegerVectorOrScalar()797 if (!ic->FullyDefined(input_tensors_as_shapes[dst_input])) { in UpdateNode()1145 ic->FullyDefined(c->output_tensors_as_shapes[i])) { in AllOutputValuesKnown()1170 if (tensor == nullptr && !ic->FullyDefined(input_tensors_as_shape)) { in AllInputValuesKnown()1220 if (!ic->FullyDefined(shape_handle) || in ShouldUpdateOutputShapesAndValues()1301 if (ic->FullyDefined(ic->output(k)) && in UpdateOutputShapesAndValues()1357 if (!ic->FullyDefined(ic->output(i)) && in UpdateOutputShapesUsingAnnotatedInformation()
1505 TEST_F(ShapeInferenceTest, FullyDefined) { in TEST_F() argument1511 EXPECT_FALSE(c.FullyDefined(c.UnknownShape())); in TEST_F()1512 EXPECT_FALSE(c.FullyDefined(c.Matrix(c.MakeDim(1), c.UnknownDim()))); in TEST_F()1515 EXPECT_TRUE(c.FullyDefined(c.Matrix(c.MakeDim(1), c.MakeDim(2)))); in TEST_F()1516 EXPECT_TRUE(c.FullyDefined(c.Scalar())); in TEST_F()
376 bool FullyDefined(ShapeHandle s);
303 bool InferenceContext::FullyDefined(ShapeHandle s) { in FullyDefined() function in tensorflow::shape_inference::InferenceContext
1984 if (context->FullyDefined(shape)) { in DoStaticShapeInferenceForOutsideCompilationSend()