Searched refs:DynamicShapeIsCompatible (Results 1 – 7 of 7) sorted by relevance
167 bool DynamicShapeIsCompatible(const xla::Shape& dynamic_shape, in DynamicShapeIsCompatible() function223 DynamicShapeIsCompatible(runtime_shape, compile_time_shape)); in UpdateDynamicInputs()
47 if (!ShapeUtil::DynamicShapeIsCompatible(input_shape, dynamic_shape)) { in SetDynamicShape()
250 TF_RET_CHECK(ShapeUtil::DynamicShapeIsCompatible(*device_shape, in ReadDynamicShapes()
342 ShapeUtil::DynamicShapeIsCompatible(actual_shape, expected_shape)) in ExecuteAsyncOnStream()
701 static bool DynamicShapeIsCompatible(const xla::Shape& dynamic_shape,
1588 /* static */ bool ShapeUtil::DynamicShapeIsCompatible( in DynamicShapeIsCompatible() function in xla::ShapeUtil
557 CHECK(ShapeUtil::DynamicShapeIsCompatible(compact_shape, bound_shape)) in CopyFrom()